Double DQN

E101969

Double DQN is a reinforcement learning algorithm that improves upon standard Deep Q-Networks by reducing overestimation bias through decoupling action selection from action evaluation.

AI illustration

How this image was made

AI-generated illustration of Double DQN

This AI-generated illustration was produced by black-forest-labs/FLUX.2-dev (1024x1024) from a prompt written by openai/gpt-oss-120b from the entity's label + description.

Prompt

Generate an image of Double DQN (Double DQN is a reinforcement learning algorithm that improves upon standard Deep Q-Networks by reducing overestimation bias through decoupling action selection from action evaluation.)

All labels observed (9)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Deep Q-Learning variant ⓘ
model-free algorithm ⓘ
off-policy algorithm ⓘ
reinforcement learning algorithm ⓘ
value-based reinforcement learning method ⓘ
addressesProblem overestimation of action values in DQN ⓘ
alsoKnownAs Double Deep Q-Network ⓘ
linked to: Double DQN
basedOn Q-learning ⓘ
category deep reinforcement learning ⓘ
commonlyUses epsilon-greedy exploration ⓘ
experience replay ⓘ
target network with delayed updates ⓘ
empiricalResult often achieves higher scores than DQN on Atari benchmarks ⓘ
reduces overestimation of Q-values compared to DQN ⓘ
evaluationDomain Atari 2600 games ⓘ
linked to: Atari 2600
extends Deep Q-Network ⓘ
linked to: Deep Q-Learning
frameworkSupport implemented in many deep RL libraries ⓘ
implementationDetail shares architecture with DQN but changes target calculation ⓘ
improvesUpon Deep Q-Network performance stability ⓘ
Deep Q-Network value estimation accuracy ⓘ
influenced Dueling Double DQN ⓘ
linked to: Dueling DQN

Rainbow DQN ⓘ
inspiredBy Double Q-learning ⓘ
linked to: Q-learning
introducedBy Arthur Guez ⓘ
David Silver ⓘ
Hado van Hasselt ⓘ
keyIdea decouple action selection from action evaluation ⓘ
learningType temporal-difference learning ⓘ
modifies target value computation of DQN ⓘ
networkType deep neural network approximator ⓘ
notableProperty maintains same computational complexity as DQN up to constant factors ⓘ
optimizationMethod stochastic gradient descent or variants ⓘ
policyType greedy policy w.r.t. learned Q-values ⓘ
primaryGoal reduce overestimation bias in Q-learning ⓘ
publicationYear 2015 ⓘ
publishedIn paper "Deep Reinforcement Learning with Double Q-learning" ⓘ
linked to: Double DQN
reduces positive bias in max operator over noisy value estimates ⓘ
requires discrete action space ⓘ
targetComputation uses argmax over online network Q-values to select action ⓘ
uses target network Q-value of selected action for evaluation ⓘ
trainingMode batch updates from replay buffer ⓘ
updateRule uses separate networks in target for action selection and evaluation ⓘ
usedIn control tasks in simulated environments ⓘ
game-playing agents ⓘ
uses online network for action selection ⓘ
target network for action evaluation ⓘ
two value estimates for action evaluation ⓘ
valueFunction approximates state-action value function Q(s,a) ⓘ

How these facts were elicited

Referenced by (21)

Full triples — surface form annotated when it differs from this entity's canonical label.

Dueling DQN → oftenCombinedWith → Double DQN ⓘ
Double DQN → alsoKnownAs → Double Deep Q-Network ⓘ
linked to: Double DQN
Double DQN → publishedIn → paper "Deep Reinforcement Learning with Double Q-learning" ⓘ
linked to: Double DQN
Rainbow DQN → improvesOver → Double DQN ⓘ
Hado van Hasselt → knownFor → Double Q-learning ⓘ
linked to: Double DQN
Hado van Hasselt → knownFor → Double DQN ⓘ
Hado van Hasselt → notableWork → Double Q-learning: Mitigating the overestimation bias in Q-learning ⓘ
linked to: Double DQN
Hado van Hasselt → notableWork → Deep Reinforcement Learning with Double Q-learning ⓘ
linked to: Double DQN
Hado van Hasselt → developed → Double Q-learning algorithm ⓘ
linked to: Double DQN
Hado van Hasselt → developed → Double DQN algorithm ⓘ
linked to: Double DQN
Deep Q-Learning → inspired → Double DQN ⓘ
Tianshou → supportsAlgorithm → Double DQN ⓘ
Arthur Guez → knownFor → Double DQN algorithm ⓘ
linked to: Double DQN
Arthur Guez → coDeveloperOf → Double DQN algorithm ⓘ
linked to: Double DQN
Arthur Guez → notableWork → Deep Reinforcement Learning with Double Q-learning ⓘ
linked to: Double DQN
Arthur Guez → coAuthorOf → Deep Reinforcement Learning with Double Q-learning ⓘ
linked to: Double DQN
Arthur Guez → hasCitation → Deep Reinforcement Learning with Double Q-learning (2015) ⓘ
linked to: Double DQN
Rainbow DQN → combinesMethod → Double DQN ⓘ
subject linked to: Dan Horgan