Pygame Flappy-Bird game with reinforcement learning
Poetry is the recommended method to install this project. Simply run:
poetry install
To install the project's requirements into a new virtual environment.
Project installation can also be done with pip. Run:
pip install -r requirements.txt
It is recommended to install the project requirements into a project-specific virtual environment.
To play the game, run
python flappy_bird/driver.py
Use the space bar to jump!