-
Notifications
You must be signed in to change notification settings - Fork 72
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
Feature Request: Migrate from gym to gymnasium #7
Comments
Looks like this branch has done the migration: https://github.com/markub3327/flappy-bird-gymnasium, is there any plans to merge this into master? Looks like it is being actively updated by @markub3327 |
@elliottower No, this is a separate branch only for Gymnasium. |
Makes sense, just figured I’d ask in case it was missed/not on your radar. Cheers. |
@Talendar would it be possible to link to the Gymnasium fork on the main README for this repository? |
Hi, would it be possible for flappy-bird-gym to be upgraded from gym to gymnasium? Gymnasium is the maintained version of openai gym and is compatible with current RL training libraries (rllib and tianshou have already migrated, and stable-baselines3 will soon).
This is currently listed in the gymnasium third party environments but we are cleaning the list up to only include maintained gymnasium-compatible repositories.
For information about upgrading and compatibility, see migration guide and gym compatibility.
The text was updated successfully, but these errors were encountered: