Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 363 Bytes

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