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

ImportError: no module named env.deepmimic_env #169

Open cst0313 opened 2 years ago

cst0313 commented 2 years ago

After I have built DeepMimicCore.py in DeepMimicCore, I went out to DeepMimic-master to execute python DeepMimic.py --arg_file args/run_humanoid3d_spinkick_args.txt

However, it outputs: Line 9, ImportError: no module named env.deepmimic_env What can I do to solve this?

WilliamTambellini commented 2 years ago

git pull master and try to run the new build script