simoninithomas / Deep_reinforcement_learning_Course

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
http://www.simoninithomas.com/deep-rl-course
3.77k stars 1.22k forks source link

Deep Q learning: Algorithm #67

Closed wailker3 closed 5 years ago

wailker3 commented 5 years ago

The author only used one CNN to calculate the evaluate Q value and the target Q valuate. Shouldn't there be another CNN to calculate the target Q valuate?