You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple neural network that plays a desktop version of flappy bird.
python gen.py to evolve weights for the neural network (plays a headless version of the game a bunch of times) and then watch the best neural network play the game.
About
Using neural networks to play a pygame flappy bird.