Exploration of the NEAT AI Framework playing Flappy-Bird
This repository documents my exploration with the NEAT AI (NeuroEvolution of Augmented Topologies) by playing the game flappy bird, using the python NEAT module. The original fork has been from “TechWithTim”‘s repository.
Stanley’s seminal Paper Evolving Neural Networks through Augmenting Topologies (2002) serves as a very good starting point to get familiar with the methodolgy of NEAT and the documentation of NEAT-Python can be found here.