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
- Host: GitHub
- URL: https://github.com/vivelev/flappy-ai
- Owner: VIVelev
- License: mit
- Created: 2018-04-27T10:30:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T20:41:48.000Z (about 7 years ago)
- Last Synced: 2025-02-15T07:14:37.748Z (over 1 year ago)
- Topics: ai, neuroevolution
- Language: Python
- Homepage:
- Size: 37.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```