I installed mujoco using pip install gymnasium[mujoco]
, how can i downgrade it to mujoco==2.3.0
? I tried to uninstall it then pip install gymnasium[mujoco]==2.3.0
but it seems to have some error in syntax.
How to downgrade Mujoco version?
175 views Asked by A Random Guy At
1
this should do it