-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update gym dependency #375
Comments
On second thought, this might be a bad idea. It seems like there are a lot of breaking changes in newer versions. I'll see if I can get Github to play nice. |
For future reference, here is the issue I was looking at and a temporary solution: openai/gym#3176 |
I'm re-opening this as I'm finding other dependencies are requiring a newer version of gym. It's not an immediate need, but it would be nice to have the upgrade at some point. |
See #266 for context. I will work to update now since the underlying issue with the gym version seems to have been resolved in rllib. |
Temporary fix is to include |
This didn't work. Exploring down RLlib's rabbit hole, it looks like the best solution is to set numpy < 1.24. |
Would it be possible to update the gym version dependency? There are some conflicts between pip and older versions of gym that I'm seeing crop up in Github's CI.
The text was updated successfully, but these errors were encountered: