SEED RL: Scalable and Efficient Deep-RL with Accelerated Central Inference
Lasse Espeholt, Rapha\"el Marinier, Piotr Stanczyk, Ke Wang, Marcin, Michalski

TL;DR
SEED RL introduces a scalable, efficient deep reinforcement learning framework utilizing modern accelerators, achieving faster training, lower costs, and state-of-the-art results on multiple benchmarks with a simple, centralized inference architecture.
Contribution
The paper presents SEED RL, a scalable and efficient deep RL agent that leverages centralized inference and optimized communication to significantly improve training speed and cost-effectiveness.
Findings
Achieves training on millions of frames per second.
Reduces experiment costs by 40% to 80%.
Attains state-of-the-art results on Atari-57, DeepMind Lab, and Google Research Football.
Abstract
We present a modern scalable reinforcement learning agent called SEED (Scalable, Efficient Deep-RL). By effectively utilizing modern accelerators, we show that it is not only possible to train on millions of frames per second but also to lower the cost of experiments compared to current methods. We achieve this with a simple architecture that features centralized inference and an optimized communication layer. SEED adopts two state of the art distributed algorithms, IMPALA/V-trace (policy gradients) and R2D2 (Q-learning), and is evaluated on Atari-57, DeepMind Lab and Google Research Football. We improve the state of the art on Football and are able to reach state of the art on Atari-57 three times faster in wall-time. For the scenarios we consider, a 40% to 80% cost reduction for running experiments is achieved. The implementation along with experiments is open-sourced so results can…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
MethodsRecurrent Replay Distributed DQN · SEED RL
