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
pip install pygame
pip install neat-python
Simply run flappy_bird.py and watch an AI start training itself to play the game of flappy bird!