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
I encountered an error while following the Reinforcement Learning (PPO) with TorchRL tutorial when trying to instantiate the "InvertedDoublePendulum-v4" environment. The error message was:
ImportError: RuntimeError: TorchRL does not support gymnasium 1.0 or later versions due to incompatible
changes in the Gym API.
I solved this error by downgrade Gymnasium to the version earlier than v1.0 and then install the mujoco.
I encountered an error while following the Reinforcement Learning (PPO) with TorchRL tutorial when trying to instantiate the "InvertedDoublePendulum-v4" environment. The error message was:
I solved this error by downgrade Gymnasium to the version earlier than v1.0 and then install the mujoco.
The text was updated successfully, but these errors were encountered: