The Reactor: A fast and sample-efficient Actor-Critic agent for Reinforcement Learning
Audrunas Gruslys, Will Dabney, Mohammad Gheshlaghi Azar, Bilal Piot,, Marc Bellemare, Remi Munos

TL;DR
The paper introduces Reactor, a novel reinforcement learning agent architecture that combines multiple algorithmic innovations to achieve higher sample efficiency and better runtime performance than existing methods, demonstrated on Atari benchmarks.
Contribution
The paper presents Distributional Retrace, eta-leave-one-out policy gradient, and a sequence prioritization replay algorithm, advancing sample efficiency and performance in reinforcement learning.
Findings
Reactor outperforms prior algorithms on Atari benchmarks.
Achieves state-of-the-art performance after 200 million frames.
Demonstrates improved sample efficiency and runtime performance.
Abstract
In this work we present a new agent architecture, called Reactor, which combines multiple algorithmic and architectural contributions to produce an agent with higher sample-efficiency than Prioritized Dueling DQN (Wang et al., 2016) and Categorical DQN (Bellemare et al., 2017), while giving better run-time performance than A3C (Mnih et al., 2016). Our first contribution is a new policy evaluation algorithm called Distributional Retrace, which brings multi-step off-policy updates to the distributional reinforcement learning setting. The same approach can be used to convert several classes of multi-step policy evaluation algorithms designed for expected value evaluation into distributional ones. Next, we introduce the \b{eta}-leave-one-out policy gradient algorithm which improves the trade-off between variance and bias by using action values as a baseline. Our final algorithmic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics
MethodsRetrace · Entropy Regularization · Q-Learning · Softmax · A3C · Dense Connections · Convolution · Deep Q-Network
