-
Notifications
You must be signed in to change notification settings - Fork 10
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
Migrate from OpenAI Gym to Farama Foundation Gymnasium #8
Conversation
When this is released, a small change is needed to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I have not tested this but the changes LGTM.
Once this landed and we updated the other test, we should also bump the version (to 0.9.3
, or if you're daring to 1.0
?) and then do a release to PyPI.
I definitely vote for a major version change since there are breaking changes in the API. Given the change to new repo etc., |
1.0.0 sgtm. |
Breaking Changes
Migration from OpenAI Gym to the Farama Foundation Gymnasium introduces breaking modifications to some API calls.
For details, see v21 to v26 Migration Guide on the Farama Foundation website.
Main changes:
This PR also includes documentation changes and some minor bug fixes.