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.

AI illustration

How this image was made

AI-generated illustration of DDPG

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 DDPG (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 (6)

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 (26)

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
Soft Actor-Critic comparedWith DDPG
subject linked to: SAC
TD3 fullName Twin Delayed Deep Deterministic Policy Gradient
linked to: DDPG
TD3 abbreviationOf Twin Delayed Deep Deterministic Policy Gradient
linked to: DDPG
TD3 basedOn DDPG
TD3 improvesUpon DDPG
TD3 comparedTo DDPG
Alexander Pritzel knownFor Deep Deterministic Policy Gradient
linked to: DDPG
Yuval Tassa knownFor Deep Deterministic Policy Gradient
linked to: DDPG
Yuval Tassa knownFor DDPG algorithm
linked to: DDPG
Hindsight Experience Replay commonlyCombinedWith Deep Deterministic Policy Gradient
subject linked to: HER
linked to: DDPG
Hindsight Experience Replay commonlyCombinedWith DDPG
subject linked to: HER
Nicolas Heess knownFor Deep Deterministic Policy Gradient
linked to: DDPG
Nicolas Heess knownFor DDPG
Nicolas Heess notableWork Deep Deterministic Policy Gradient
linked to: DDPG
Jonathan J. Hunt notableFor Deep Deterministic Policy Gradient algorithm
linked to: DDPG
Jonathan J. Hunt contributedTo Deep Deterministic Policy Gradient algorithm
linked to: DDPG