-
Notifications
You must be signed in to change notification settings - Fork 78
Gymnax 0.0.6 requires gym>=0.26, but Visualizer asserts gym==0.19.0 #57
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
Comments
I am also having this issue 👍 |
Same here. Maybe merging #84 might be a good idea? |
Even #84 doesn't currently remove the assertion error. With modern version of Python, Gymnax, Jax, Equinox, and pip I'm having a lot of trouble force installing gym 0.19.9, and it's preventing visualization. In its current state, I would call Gymnax visualization broken until this is fixed. Has anyone figured out a workaround? |
Also having this issue. |
Update: I switched to using @yangli2's fork, which works for cartpole: https://github.com/yangli2/gymnax/tree/main |
See https://github.com/RobertTLange/gymnax/blob/9155a960c8fc951c58c562e5c207069da4741bf5/gymnax/visualize/visualizer.py#LL64C14-L64C47
While with gymnax 0.0.5 it was possible to force an install of gym 0.19.0 to use the visualizer, there currently doesn't seem to be a way to use it in gymnax 0.0.6.
The text was updated successfully, but these errors were encountered: