You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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
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>
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.
how can I solve this problem,please
The text was updated successfully, but these errors were encountered: