Using the N.E.A.T. (NeuroEvolution of Augmenting Topologies) algorithm to train an AI that plays Flappy Bird in Python!
- Neat
- PyGame
for AI training and evaluation
pip install neat-python
for UI design and simulation (basically a Game)
pip install pygame
Important
If that didn't work then you can try these commands
- Run the file "test.py" in the initial directory
Note
Remember to perform initial setup before test driving