flappy-bird

Flappy Bird

Code

Using NeuroEvolution of Augmenting Topologies(NEAT) to train an agent to play the game Flappy bird. Programming both the environment and the AI using python

Installations

pip install pygame
pip install neat-python

Instructions

Simply run flappy_bird.py and watch an AI start training itself to play the game of flappy bird!

flappy