Skip to content

Pygame Flappy-Bird game with reinforcement learning

Notifications You must be signed in to change notification settings

cjuracek/flappy-bird

Repository files navigation

flappy-bird

Pygame Flappy-Bird game with reinforcement learning

Installation

Via Poetry

Poetry is the recommended method to install this project. Simply run:

poetry install

To install the project's requirements into a new virtual environment.

Via pip

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.

Usage

To play the game, run

python flappy_bird/driver.py

Use the space bar to jump!

About

Pygame Flappy-Bird game with reinforcement learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages