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

https://github.com/snowkylin/rl-flappybird

Using deep reinforcement learning to play flappy bird. Implemented by TensorFlow.
https://github.com/snowkylin/rl-flappybird

deep-reinforcement-learning flappy-bird q-learning tensorflow

Last synced: about 1 year ago
JSON representation

Using deep reinforcement learning to play flappy bird. Implemented by TensorFlow.

Awesome Lists containing this project

README

          

# Play Flappy Bird with TensorFlow

## Demo

[![Play Flappy Bird with TensorFlow ](https://img.youtube.com/vi/nwp685pnDNg/0.jpg)](https://www.youtube.com/watch?v=nwp685pnDNg)

## Dependencies
* Python
* TensorFlow
* pygame
* OpenCV-Python

## Usage
Run `play.py` to play flappy bird by trained network.

Run `train.py` to train the network on your computer.

## Credit
This work is highly based on [yenchenlin/DeepLearningFlappyBird](https://github.com/yenchenlin/DeepLearningFlappyBird)