RL-Adventure icon indicating copy to clipboard operation
RL-Adventure copied to clipboard

DQN example: target DQN == behavior DQN (bug? or by design?)

Open gordicaleksa opened this issue 5 years ago • 1 comments

Hi!

Did you make these 2 the same on purpose? Following the "Algorithm 1" from the original arxiv 2013 paper?

They initially stated that we should freeze the DQN and use it as the target net (because of stability), but later in "Algorithm 1" they (probably by mistake) used the same theta params for both nets.

gordicaleksa avatar Feb 25 '21 22:02 gordicaleksa

I think it's a bug. You can get more information from this issue.

Ethan00Si avatar May 31 '21 15:05 Ethan00Si