TD3

E426680

TD3 (Twin Delayed Deep Deterministic Policy Gradient) is an off-policy deep reinforcement learning algorithm that improves upon DDPG by reducing overestimation bias and stabilizing training for continuous control tasks.

All labels observed (1)

Label Occurrences
TD3 canonical 2

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf actor-critic algorithm
deep reinforcement learning algorithm
model-free reinforcement learning method
off-policy reinforcement learning algorithm
abbreviationOf Twin Delayed Deep Deterministic Policy Gradient NERFINISHED
actorUpdateFrequency less frequent than critic updates
basedOn DDPG NERFINISHED
category continuous control reinforcement learning algorithm
comparedTo DDPG NERFINISHED
criticTargetComputation minimum of twin target Q-values
criticUpdateFrequency every gradient step
environmentInteraction Markov decision process
explorationMethod noise added to actions
firstPublishedYear 2018
fullName Twin Delayed Deep Deterministic Policy Gradient NERFINISHED
handlesActionSpace continuous
hasAuthor David Meger NERFINISHED
Herke van Hoof NERFINISHED
Scott Fujimoto NERFINISHED
hasObjective reduce overestimation bias in Q-learning
stabilize training for continuous control tasks
hasOpenSourceImplementationsIn PyTorch NERFINISHED
Stable-Baselines3 NERFINISHED
TensorFlow NERFINISHED
improvesSampleEfficiencyOver DDPG NERFINISHED
improvesUpon DDPG NERFINISHED
introducedInPaper Addressing Function Approximation Error in Actor-Critic Methods NERFINISHED
isOffPolicy true
isUsedFor MuJoCo tasks
continuous control benchmarks
robotics control
learningParadigm trial-and-error learning
optimizationMethod stochastic gradient descent variants
policyType deterministic policy
policyUpdateRule deterministic policy gradient theorem
reduces overestimation bias in value estimates
trainingStability higher than DDPG
uses delayed policy updates
deterministic policy gradient
experience replay
target networks
target policy smoothing
twin Q-networks
usesClippedNoise true
usesCriticCount 2
usesTargetPolicyNoise true
valueFunctionType action-value function

How these facts were elicited

Referenced by (2)

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