Skip to content

Using Deep Q-Network to learn how to play the game Flappy-Bird

Notifications You must be signed in to change notification settings

DebasmitaGhose/DQN_Flappy_Bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch Implementation of Deep Q - Network to play Flappy Bird

Reference Blog: https://www.toptal.com/deep-learning/pytorch-reinforcement-learning-tutorial

Dependencies:

  • Python 3.6.5
  • Run pip3 install -r requirements.txt to install dependencies.

How to run:

  • Run python flappy_bird_dqn.py test to run pretrained neural network model.
  • Run python flappy_bird_dqn.py train to train the model from the beginning. You can also increase FPS in game/flappy_bird.py script for faster training.

About

Using Deep Q-Network to learn how to play the game Flappy-Bird

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages