-
-
Notifications
You must be signed in to change notification settings - Fork 838
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
[Bug Report] Hopper "global" XML error #597
Comments
Related to #572. |
This has already been fixed in #589 |
For future reference. This was released under https://github.com/Farama-Foundation/Gymnasium/releases/tag/v0.29.0. |
but how to use the file to fix the problem? |
You should just need to use gymnasium v0.29.0 |
Describe the bug
When trying to run the Hopper-v4 environment, I receive the following error:
As explained in google-deepmind/mujoco#833, this is caused by an upstream change in the Mujoco library. For now, the best way to solve this is to pin Mujoco to version
2.3.3
. I, however, wanted to open this issue to track the release of #589. Feel free to close this issue if you think this is unnecessary.Code example
v0.28.0
.System info
Gymnasium install type:
pip
Pip version: 23.1.2
Gymnasium version: 0.28.1
Mujoco version: 2.3.6
OS: Ubuntu 20.04
Python: 3.8.10
Additional context
Will be solved when #589 is released.
Checklist
The text was updated successfully, but these errors were encountered: