DQN-Deep-Q-Network-Atari-Breakout-Tensorflow icon indicating copy to clipboard operation
DQN-Deep-Q-Network-Atari-Breakout-Tensorflow copied to clipboard

Training a vision-based agent with the Deep Q Learning Network (DQN) in Atari's Breakout environment, implementation in Tensorflow.

Results 1 DQN-Deep-Q-Network-Atari-Breakout-Tensorflow issues
Sort by recently updated
recently updated
newest added

I executed the source code on my device. After 7,000,000 training steps, the maximum episode reward got only 90, but you got over 300 in gameplay.gif. How did you get...