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 4

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 ⓘ
linked to: DDPG
actorUpdateFrequency less frequent than critic updates ⓘ
basedOn DDPG ⓘ
category continuous control reinforcement learning algorithm ⓘ
comparedTo DDPG ⓘ
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 ⓘ
linked to: DDPG
handlesActionSpace continuous ⓘ
hasAuthor David Meger ⓘ
Herke van Hoof ⓘ
Scott Fujimoto ⓘ
hasObjective reduce overestimation bias in Q-learning ⓘ
stabilize training for continuous control tasks ⓘ
hasOpenSourceImplementationsIn PyTorch ⓘ
Stable-Baselines3 ⓘ
linked to: Stable Baselines

TensorFlow ⓘ
improvesSampleEfficiencyOver DDPG ⓘ
improvesUpon DDPG ⓘ
introducedInPaper Addressing Function Approximation Error in Actor-Critic Methods ⓘ
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 (4)

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

Soft Actor-Critic → comparedWith → TD3 ⓘ
subject linked to: SAC