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