This project implements the Flappy Bird game using Python and employs the NEAT (NeuroEvolution of Augmenting Topologies) algorithm to train an AI to play the game. The project consists of two primary ...
NEAT (NeuroEvolution of Augmenting Topologies) is a method developed by Kenneth O. Stanley for evolving arbitrary neural networks. This project is a pure-Python implementation of NEAT with no ...