DeepRL-Agents icon indicating copy to clipboard operation
DeepRL-Agents copied to clipboard

Target network updates / Double-Dueling-DQN.ipynb

Open sanderfeliz opened this issue 6 years ago • 1 comments

From my understanding the target network updates are implemented wrong in the notebook Double-Dueling-DQN.ipynb. As it updates the same step as the main network (every 4th). In this simple environment no difference will be observed but I believe for the purpose of better understanding the concept it would be nice to fix that!

sanderfeliz avatar Sep 19 '18 08:09 sanderfeliz

omg i thought the same thing

Michaeljurado42 avatar Jul 02 '19 15:07 Michaeljurado42