xbpeng / DeepMimic

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

How to fix the _DeepMimic problem? #166

Closed Lr-2002 closed 2 years ago

Lr-2002 commented 2 years ago

I'm new here and faced the problem when running python DeepMimic.py --arg_file args/play_motion_humanoid3d_args.txt at /DeepMimic dir

facing the problem

ModuleNotFoundError: No module named '_DeepMimicCore'

and it was fixed by

go to the DeepMimicCore dir and cp _DeepMimicCore.so ../ to copy the so file to the home dir

and then process python DeepMimic.py --arg_file args/play_motion_humanoid3d_args.txt

writting to record.

rohit-kumar-j commented 2 years ago

Yes, the problem with is with the file paths. If the problem is solved, you could close the issue.

Lr-2002 commented 2 years ago

ok thanks for reply