Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Error with Gymnasium 1.0 for Mujoco Environments #3273

Closed
Shawnzty opened this issue Feb 19, 2025 · 0 comments
Closed

Dependency Error with Gymnasium 1.0 for Mujoco Environments #3273

Shawnzty opened this issue Feb 19, 2025 · 0 comments

Comments

@Shawnzty
Copy link

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.

pip uninstall gymnasium
pip install gymnasium==0.27.1
pip install "gymnasium[mujoco]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant