Flappy bird with a perfect AI builder using NEAT
Using NEAT(Nuero-Evolution of Augmenting Topologies), a genetic algorithm, this AI learns to beat flappy bird based solely on information about itself and the location of the next pipe. This works by employing a reward function punishing deaths and rewarding progress. https://github.com/landonWcummings/flappy-bird-plus-ai landoncummings.com