Skip to content

Project built in order to understand a little about neural networks by creating an algorithm that learns how to play Flappy Bird.

Notifications You must be signed in to change notification settings

nicolasleal570/FlappyBirdNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solving Flappy Bird with Neural Network

Overview

I used python with NEAT and Pygame library to develop a Neural Network who can learn how to play Flappy Bird game.

How to Run?

git clone https://github.com/nicolasleal570/FlappyBirdNeuralNetwork.git
cd FlappyBirdNeuralNetwork
pip install -r requirements.txt
python main.py

About

Project built in order to understand a little about neural networks by creating an algorithm that learns how to play Flappy Bird.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages