An open API service indexing awesome lists of open source software.

https://github.com/vivelev/flappy-ai

AI solver for the FlappyBird game using Neural Network and Genetic Algorithm
https://github.com/vivelev/flappy-ai

ai neuroevolution

Last synced: 9 months ago
JSON representation

AI solver for the FlappyBird game using Neural Network and Genetic Algorithm

Awesome Lists containing this project

README

          

# Flappy-AI
### Solving the FlappyBird game with strong AI using artificial neural networks and genetic algorithm (Neuro Evolution)

### How to run it (Linux / Mac OSX)
```
git clone https://github.com/VIVelev/Flappy-AI
cd ./Flappy-AI
pip3 install -r requirements.txt
python3 main.py
```