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

https://github.com/red-rapious/flappybird-neat

Using a neural network and genetic algorithm to train an AI to play Flappy Bird.
https://github.com/red-rapious/flappybird-neat

flappy-bird game-solver genetic-algorithm machine-learning neat-python

Last synced: over 1 year ago
JSON representation

Using a neural network and genetic algorithm to train an AI to play Flappy Bird.

Awesome Lists containing this project

README

          

# FlappyBird Neat
## About
A self-learning AI to play the FlappyBird game, using the `neat` python module.
This project is based on [this Tech with Tim tutorial](https://www.youtube.com/watch?v=MMxFDaIOHsE&t=1s).

## Install
Runs with basic python install and a few `pip` packages:
```
pip3 install neat-python
pip3 install pygame
```

## Screenshots
![Screenshot](screenshots/screenshot1.png)

## License
This work is licensed under the [MIT license](https://github.com/Red-Rapious/FlappyBird-Neat/blob/master/LICENSE).