The model implementation does not match the description in the paper
lucifer2859 opened this issue · 0 comments
lucifer2859 commented
The paper mentions ‘We implement Double DQN [72] and Prioritized Experience Replay [58] on four Atari games’, but the actual code implementation does not implement Double DQN, but rather Dueling DQN. So I want to know if there was an error in the description in the paper.