https://github.com/enhuiz/flappybird-qlearning
https://github.com/enhuiz/flappybird-qlearning
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enhuiz/flappybird-qlearning
- Owner: enhuiz
- Created: 2017-04-19T12:54:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T02:11:25.000Z (about 8 years ago)
- Last Synced: 2025-01-07T18:28:58.326Z (5 months ago)
- Language: C++
- Size: 525 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```