Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 430 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 430 Bytes

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