Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 998 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 998 Bytes
Code

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

Installations

pip install pygame
pip install neat-python

Instructions

Simply run flappy_bird.py and watch an AI start training itself to play the game of flappy bird!

flappy