Talendar / flappy-bird-gym

An OpenAI Gym environment for the Flappy Bird game
MIT License
109 stars 64 forks source link

Feature Request: Migrate from gym to gymnasium #7

Open elliottower opened 1 year ago

elliottower commented 1 year ago

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.

elliottower commented 1 year ago

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

markub3327 commented 1 year ago

@elliottower No, this is a separate branch only for Gymnasium.

elliottower commented 1 year ago

@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.

elliottower commented 1 year ago

@Talendar would it be possible to link to the Gymnasium fork on the main README for this repository?