Skip to content

yao-eastside/flappy_bird_ai

Repository files navigation

Playing Flappy Bird with Deep Reinforcement Learning

Highlights:

Dependencies:

  • Python 3.6+
  • pip install -r req.txt

Installation

How to Run?

  • Train the network
python train.py

or

./start-train.sh
  • Test
python test.py <model-file-name.h5>

The <model-file-name.h5> file was generated in the training stage.

Learn More about Reinforcement Learning

Credits

Modified from the outdated https://github.com/yanpanlau/Keras-FlappyBird

Note

just for fun