[PYTORCH] Deep Q-learning for playing Flappy Bird

Introduction

Here is my python source code for training an agent to play flappy bird. It could be seen as a very basic example of Reinforcement Learning's application.


Camera app demo

How to use my code

With my code, you can:

Trained models

You could find my trained model at trained_models/flappy_bird

Requirements