flappy-bird-gym
flappy-bird-gym copied to clipboard
An OpenAI Gym environment for the Flappy Bird game
I noticed that the game hangs after a few seconds. Not sure if it happens on Linux or any other Python version, but I'm on Windows 11 with Python 3.10...
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...
Hey buddy. Firstly, congratulations on this project. So, I had an issue with the human mode haha 😄 https://github.com/Talendar/flappy-bird-gym/blob/d014428c187031bcd97ee7315f6141bdf590c119/README.md?plain=1#L77-L79 ## Logs ```shell PS C:\Users\trajano> flappy_bird_gym Traceback (most recent call last):...
I want him to increase the reward by 10 after passing the pipe, so as to speed up the convergence. So how can I manually modify the rewards of the...
Hi,I'd like to know the limit of the reward that you can get in this game. Is that limitless because it is a boundless game or there is a max...
# Fix for issue : https://github.com/Talendar/flappy-bird-gym/issues/3 by prabathbr (https://github.com/prabathbr/) import os from pathlib import Path _BASE_DIR = Path(os.path.dirname(os.path.realpath(__file__))).parent ASSETS_DIR = str(_BASE_DIR / "flappy_bird_gym/assets")