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
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!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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