Skip to content

ZLkanyo009/flappy-bird-tensorflow2-DQN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQN flappy bird with tensorflow2

Installation Dependencies:

  • python3
  • tensorflow2
  • pygame
  • numpy

How to Run?

Training:

set istrain = True in deep_q_network.py and run with following command:
python deep_q_network.py

Inference:

set istrain = False in deep_q_network.py and run with following command:
python deep_q_network.py

Visualization

flappy_bird