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

https://github.com/enhuiz/flappybird-qlearning


https://github.com/enhuiz/flappybird-qlearning

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Flappy Bird Q-learning
This is a flappy bird game played by Q-learning.

# How To Run
```
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./app
```