Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imskr/flappy-bird-ai

Artificial Intelligence based Flappy Bird Game
https://github.com/imskr/flappy-bird-ai

artificial-intelligence flappy-bird-agent flappy-bird-clone flappy-bird-game genetic-algorithm javascript javascript-game machine-learning neural-network reinforcement-learning

Last synced: 22 days ago
JSON representation

Artificial Intelligence based Flappy Bird Game

Awesome Lists containing this project

README

        

# Flappy-Bird-AI :baby_chick:
Artificial Intelligence based Flappy Bird Game

## LIVE: https://imskr.github.io/Flappy-Bird-AI/




Created by Shubham Kumar



License



awesome


Stargazers


### Libraries

* **Processing.js**
* **Javascript**

### Explanation
This Project uses neural-network & genetic algorithm for bird's brain.

![nn](assets/nn.png)

* **Uses Genetic Algorithm explained** [here](https://medium.com/code-to-express/demystifying-genetic-algorithm-a91a57bd8c53)

### References
* **The Coding Train** [NN](https://github.com/CodingTrain/Toy-Neural-Network-JS)
* **Demystifying RL** [Intel](https://www.intel.ai/demystifying-deep-reinforcement-learning/#gs.0lgpgr)