-
Notifications
You must be signed in to change notification settings - Fork 159
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
Switch to gymnasium in favor of openai gym #154
Switch to gymnasium in favor of openai gym #154
Conversation
Gymnasium's gym is a drop-in replacement of open-ai's gym. Some of these gymnasium modules were already being used in this repo as it depends on PettingZoo.
@itwasabhi, sadly these changes seem to have broken some of the tests relating to PettingZoo. |
Yes -- will investigate and ping once ready! |
@micahcarroll I'm seeing very similar test failures when running tests even before these changes (i.e. 9dfc1e8, cd6739e). Any clue as to why the automated workflow flag those? I dont think the changes here are causing any new test failures (aside from the formatting ones atm) |
To clarify, its the The petting zoo test seems fine when it try to repro:
|
Thanks for the fixes! |
Thank you @itwasabhi! The repo is getting pretty old and it really would benefit from a revamp (e.g. switching to uv from conda, increasing the python version, etc.) 😅 |
Description
Gymnasium's gym is a drop-in replacement of open-ai's gym. Some of these gymnasium modules were already being used in this repo as it depends on PettingZoo.
Fixes #152
Type of change
Checklist: