Skip to content
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

Replace Gym with Gymnasium #1580

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Conversation

e10e3
Copy link
Contributor

@e10e3 e10e3 commented Jul 22, 2024

The maintainers of OpenAI's Gym decided to stop maintaining the library and moved over to a fork called Gymnasium.

They advise switching to the new library, which can be used as a drop-in replacement.

I used this opportunity to upgrade the library to the latest stable version (from 0.26 to 0.29).

See: https://github.com/openai/gym/blob/master/README.md

Closes #1579

e10e3 added 3 commits July 22, 2024 15:49
The maintainers of OpenAI's Gym decided to stop maintaining the library
and moved over to a fork called Gymnasium.

They advise to switch to the new library, which can be used as a drop-in
replacement.

See: https://github.com/openai/gym/blob/master/README.md
@MaxHalford
Copy link
Member

Great! Thanks for the effort

@MaxHalford MaxHalford merged commit 9d05b77 into online-ml:main Jul 22, 2024
4 checks passed
@e10e3 e10e3 deleted the replace-gym-gymnasium branch July 23, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gym is not maintained any more
2 participants