Replies: 1 comment
-
Thank you for your comment. I was struggling with this error for 3 hours! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here I would like to share a problem I encountered, when using gymnasium,
env = gym.make('Ant-v4', ctrl_cost_weight=0.1)
,this line of code will report an error,
You appear to be missing MuJoCo. We expected to find the We expected to find the file here: C:\Users\Administrator\.mujoco\mujoco210
in fact I'm using mujoco220, I checked and found that I had installed mujoco-py 210 at some point which was causing the error, so I uninstalled mujoco-py, and it ran successfully!
Beta Was this translation helpful? Give feedback.
All reactions