DDPG

E98481

DDPG (Deep Deterministic Policy Gradient) is a model-free, off-policy deep reinforcement learning algorithm designed for continuous action spaces, combining ideas from DQN and actor-critic methods.

All labels observed (3)

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf actor-critic algorithm
deep reinforcement learning algorithm
model-free reinforcement learning method
off-policy reinforcement learning method
actorObjective maximize critic-estimated Q-value
algorithmFamily Q-learning inspired methods
policy gradient methods
basedOn deterministic policy gradient theorem
category continuous-action RL algorithm
commonlyEvaluatedOn MuJoCo benchmarks
OpenAI Gym continuous control environments
commonlyUsedFor continuous control tasks
contrastWith DQN (which handles discrete actions)
stochastic policy gradient methods
criticLossType temporal-difference error
criticObjective minimize Bellman error
explorationStrategy noise added to deterministic policy output
fullName Deep Deterministic Policy Gradient
linked to: DDPG
handlesActionSpaceType continuous action space
inputToActor state
inputToCritic state-action pair
inspiredBy Deep Q-Network
introducedBy Alexander Pritzel
Daan Wierstra
David Silver
Jonathan J. Hunt
Nicolas Heess
Timothy P. Lillicrap
Tom Erez
Yuval Tassa
introducedInPaper Continuous control with deep reinforcement learning
linked to: DDPG
introducedInYear 2015
optimizationMethod gradient descent
outputOfActor continuous action
outputOfCritic Q-value
policyType deterministic policy
stabilityTechnique experience replay
target networks
trainingParadigm off-policy learning
updateType bootstrapped TD learning
uses Ornstein-Uhlenbeck noise
actor network
critic network
experience replay buffer
exploration noise process
soft target updates
target actor network
target critic network
usesFunctionApproximator deep neural network
valueFunctionType action-value function

How these facts were elicited

Referenced by (7)

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

OpenAI Baselines implementsAlgorithm Deep Deterministic Policy Gradient
linked to: DDPG
DDPG fullName Deep Deterministic Policy Gradient
linked to: DDPG
DDPG introducedInPaper Continuous control with deep reinforcement learning
linked to: DDPG
Hindsight Experience Replay compatibleWith Deep Deterministic Policy Gradient
linked to: DDPG