Flappy Bird Neuro-Evolution

This is an implementation of neuroevolution to train Flappy Bird agent to learn and play the game.
This is implemented using NEAT-Python and Pygame.

Instructions

  • Clone the repository:
$ git clone https://github.com/khush-01/Flappy-Bird-Neuroevolution
  • Install the required packages:
$ pip install -r requirements.txt
  • Run the flappy_bird.py file
$ py flappy_bird.py