ZLkanyo009 / flappy-bird-tensorflow2-DQN

DQN flappy bird with tensorflow2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DQN flappy bird with tensorflow2

License:GNU General Public License v3.0


Languages

Language:Python 99.2%Language:Tcl 0.7%Language:PowerShell 0.0%Language:Batchfile 0.0%