xbpeng / DeepMimic

Motion imitation with deep reinforcement learning.
https://xbpeng.github.io/projects/DeepMimic/index.html
MIT License
2.31k stars 488 forks source link

It failed to import _DeepMimicCore: not a valid win32 application #79

Open Zjukkk14 opened 5 years ago

Zjukkk14 commented 5 years ago

Every step before the last one has been assured, and I also tried several times to rebuild DeepMimicCore, it was always built successfully. But the last step hasn't been finished, "not a valid win32 application", when importing _DeepMimicCore. How can I solve the problem? Thanks a lot.

QQ图片20190822114300 QQ图片20190822114415

Zjukkk14 commented 5 years ago

QQ图片20190822114702 DLL Load failed: %1 not a valid win32 application.

xbpeng commented 5 years ago

This could be an issue with freeglut.dll, glew32.dll and glfw3.dll. Take a look at this issue for setting those up https://github.com/xbpeng/DeepMimic/issues/76

whisperzh commented 4 years ago

Did you solve that problem? I met the same problem as yours.Do you have any idea about it?(i believe that is the last problemXD) image

jiaxilyu commented 4 years ago

QQ图片20190822114702 DLL Load failed: %1 not a valid win32 application.

Do you fix the problem?

Neil0511 commented 3 years ago

Did you fix the problem?