Asynchronous Advantage Actor-Critic

E428319

Asynchronous Advantage Actor-Critic is a deep reinforcement learning algorithm that trains multiple parallel agents to learn both policy and value functions efficiently and stably.

All labels observed (2)

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf deep reinforcement learning algorithm
reinforcement learning algorithm
abbreviation A3C NERFINISHED
appliedTo Atari 2600 domain NERFINISHED
continuous control tasks
belongsToFamily actor-critic methods
category model-free reinforcement learning
comparedTo Deep Q-Network NERFINISHED
goal efficient learning
stable learning
handles continuous action spaces
discrete action spaces
hasComponent actor network
critic network
inspired A2C NERFINISHED
introducedBy Adrià Puigdomènech Badia NERFINISHED
Alex Graves NERFINISHED
David Silver NERFINISHED
Koray Kavukcuoglu NERFINISHED
Mehdi Mirza NERFINISHED
Tim Harley NERFINISHED
Timothy P. Lillicrap NERFINISHED
Volodymyr Mnih NERFINISHED
introducedByOrganization DeepMind NERFINISHED
introducedInPaper Asynchronous Methods for Deep Reinforcement Learning NERFINISHED
introducedInYear 2016
networkType deep neural network
optimizationMethod RMSProp NERFINISHED
stochastic gradient descent
optimizes policy function
value function
outperformsOn many Atari 2600 games
parallelism multi-threaded workers
multiple parallel agents
reduces correlation between updates
need for experience replay
training instability
trainingStyle asynchronous
on-policy
updateFrequency multi-step updates
updateType asynchronous gradient updates
uses advantage function
entropy regularization
n-step returns
policy gradient
shared model parameters
value-based baseline

How these facts were elicited

Referenced by (3)

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

A3C fullName Asynchronous Advantage Actor-Critic
A3C abbreviationOf Asynchronous Advantage Actor-Critic
A2C fullName Asynchronous Advantage Actor-Critic
this entity surface form: Advantage Actor-Critic