Skip to content

danelee2601/Flappy-Bird-with-DDDQN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Flappy Bird

alttext

  • Requirments :
  1. Make sure you've installed a library "pygame". This game is made using the library.
  2. "Tensorflow" must be installed.
  • Explaination for the attached files :
  1. bird_game.py : the game environment file made using the library "pygame"
  2. bird_agent.py : contains game-proceeding-part. So-called, agent file.
  3. DDDQN.py :
  • How to run the program/files? / How to use it?
  1. Open 'bird_agent.py' and scroll down to '#Execute' section.
  2. Type 'train' or 'replay' next to "train_replay_option =".
  3. While training, the trained models will be stored in the "model_saved" folder.
  4. If you'd like to change some of the hyperparameters, you can.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages