Prioritized Experience Replay DQN

E98475

Prioritized Experience Replay DQN is a variant of the Deep Q-Network algorithm that improves learning efficiency by sampling more informative experiences with higher priority from the replay buffer.

AI illustration

How this image was made

AI-generated illustration of Prioritized Experience Replay 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 Prioritized Experience Replay DQN (Prioritized Experience Replay DQN is a variant of the Deep Q-Network algorithm that improves learning efficiency by sampling more informative experiences with higher priority from the replay buffer.)

All labels observed (5)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Deep Q-Network variant ⓘ
deep reinforcement learning algorithm ⓘ
addresses inefficiency of uniform experience replay ⓘ
learning from many uninformative transitions ⓘ
aimsTo improve learning efficiency ⓘ
improve sample efficiency ⓘ
speed up convergence ⓘ
applicationDomain Atari game playing ⓘ
control tasks ⓘ
basedOn Deep Q-Network ⓘ
benefit can improve performance on Atari 2600 benchmarks ⓘ
focuses updates on transitions with high learning potential ⓘ
category value-based deep reinforcement learning ⓘ
compatibleWith Double DQN ⓘ
Dueling DQN ⓘ
other off-policy value-based methods ⓘ
coreIdea prioritize transitions with large temporal-difference error ⓘ
sample more informative transitions with higher probability ⓘ
evaluation outperforms baseline DQN with uniform replay on many games ⓘ
extends uniform experience replay ⓘ
field reinforcement learning ⓘ
hasComponent importance sampling weight computation ⓘ
priority update mechanism ⓘ
priority-based sampling mechanism ⓘ
hyperparameter alpha controls degree of prioritization ⓘ
beta controls strength of importance sampling correction ⓘ
influenced later prioritized replay methods in RL ⓘ
introducedInPaper Prioritized Experience Replay ⓘ
learningSignal temporal-difference error magnitude ⓘ
modifies sampling distribution over replay buffer ⓘ
proposedBy David Silver ⓘ
Ioannis Antonoglou ⓘ
John Quan ⓘ
Tom Schaul ⓘ
publishedAt International Conference on Learning Representations 2016 ⓘ
linked to: ICLR
requires correction of sampling bias via importance sampling ⓘ
storage of priorities alongside transitions in replay buffer ⓘ
samplingStrategy proportional prioritization ⓘ
rank-based prioritization ⓘ
tradeOff focus on rare high-error transitions vs coverage of state space ⓘ
trainingType off-policy learning ⓘ
uses experience replay buffer ⓘ
importance sampling exponent hyperparameter beta ⓘ
importance sampling weights ⓘ
neural network function approximator ⓘ
priority exponent hyperparameter alpha ⓘ
stochastic sampling from replay buffer ⓘ
temporal-difference error as priority signal ⓘ

How these facts were elicited

Referenced by (9)

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

OpenAI Baselines → implementsAlgorithm → Prioritized Experience Replay DQN ⓘ
Atari deep Q-network → inspiredAlgorithm → Prioritized Experience Replay ⓘ
linked to: Prioritized Experience Replay DQN
Dueling DQN → oftenCombinedWith → Prioritized Experience Replay ⓘ
linked to: Prioritized Experience Replay DQN
Prioritized Experience Replay DQN → introducedInPaper → Prioritized Experience Replay ⓘ
linked to: Prioritized Experience Replay DQN
Rainbow DQN → improvesOver → Prioritized DQN ⓘ
linked to: Prioritized Experience Replay DQN
Nando de Freitas → coAuthorOf → Distributed Prioritized Experience Replay ⓘ
linked to: Prioritized Experience Replay DQN
John Quan → knownFor → Prioritized Experience Replay in Deep Q-Networks ⓘ
linked to: Prioritized Experience Replay DQN
Deep Q-Learning → inspired → Prioritized Experience Replay ⓘ
linked to: Prioritized Experience Replay DQN
Rainbow DQN → combinesMethod → Prioritized Experience Replay ⓘ
subject linked to: Dan Horgan
linked to: Prioritized Experience Replay DQN