Skip to content

devman90/FlappyBirdReinforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dqn_dsds

Deep Q Learning Challenge for Samsung DSDS AI Course

How to run

Training

python main.py --tag={some_descriptive_tag} --{some_other_arguments}

Test

We automatically load the latest weight trained

python main.py --mode=test --tag={soome_descriptive_tag}

Code

  • /assets/: custom fix for PLE
  • /ple/: PyGame Learning Environment
  • /ckpt/: checkpoint and tensorboard logging
  • game.py: Wrapper for PLE
  • model.py: DQN
  • utils.py: miscellaneous functions and classes
  • main.py: our main learning code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published