Closed Lr-2002 closed 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
python DeepMimic.py --arg_file args/play_motion_humanoid3d_args.txt
/DeepMimic
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
DeepMimicCore
cp _DeepMimicCore.so ../
and then process python DeepMimic.py --arg_file args/play_motion_humanoid3d_args.txt
writting to record.
Yes, the problem with is with the file paths. If the problem is solved, you could close the issue.
ok thanks for reply
I'm new here and faced the problem when running
python DeepMimic.py --arg_file args/play_motion_humanoid3d_args.txt
at/DeepMimic
dirfacing the problem
and it was fixed by
go to the
DeepMimicCore
dir andcp _DeepMimicCore.so ../
to copy the so file to the home dirand then process
python DeepMimic.py --arg_file args/play_motion_humanoid3d_args.txt
writting to record.