MyoHub / myosuite

MyoSuite is a collection of environments/tasks to be solved by musculoskeletal models simulated with the MuJoCo physics engine and wrapped in the OpenAI gym API.
https://sites.google.com/view/myosuite
Apache License 2.0
845 stars 108 forks source link

unknown file '/home/yyb/myosuite-main/myosuite/envs/myo/myobase/../assets/elbow/../../../../simhive/myo_sim/elbow/assets/myoelbow_assets.xml #246

Open c1299877959 opened 2 weeks ago

c1299877959 commented 2 weeks ago

how can I solve this problem,please

raku-slyu commented 2 weeks ago

Hello:

Can you check the relevant path of "myosuite/simhive/myo_sim" folder and whether it is empty. It might be the submodule that is not properly cloned. It that's the case, you can use the "recursive" clone to fix this issue.

Hope that helps

c1299877959 commented 2 weeks ago

Thank you very much for your guidance; the error has been resolved. The other folders under the simhive directory are also empty. Do I need to recursively download them as well?

raku-slyu commented 2 weeks ago

Thank you very much for your guidance; the error has been resolved. The other folders under the simhive directory are also empty. Do I need to recursively download them as well?

So the submodules contains assets files for running myosuite environments and it is recommended to clone all of them to obtain the best experience

c1299877959 commented 2 weeks ago

Sorry to bother you again, when I run this line of command:python -m myosuite.utils.examine_env --env_name myoElbowPose1D6MRandom-v0 , the pop-up window will blink back in about 20s, how should I solve the problem?

The following errors are reported: Average success over rollouts: 70.0% Exception ignored in: <function Renderer.del at 0x7fef1197b550>

raku-slyu commented 2 weeks ago

You can find the source code of the command here. The env is scheduled to terminate in around 20 seconds. The exception seems to be an issue with the renderer, but it doesn't seem to affect the program performance.