IMPACT: Importance Weighted Asynchronous Architectures with Clipped Target Networks
Michael Luo, Jiahao Yao, Richard Liaw, Eric Liang, Ion Stoica

TL;DR
IMPACT is a new distributed reinforcement learning algorithm that improves training speed and stability by combining importance weighting, target networks, and buffer techniques, outperforming existing methods in various environments.
Contribution
IMPACT extends IMPALA with a target network, circular buffer, and truncated importance sampling to enhance training speed and stability in scalable RL.
Findings
Achieves up to 30% reduction in training wall-time compared to IMPALA.
Attains higher rewards in discrete environments while maintaining sample efficiency.
Faster training in continuous control tasks without sacrificing sample efficiency.
Abstract
The practical usage of reinforcement learning agents is often bottlenecked by the duration of training time. To accelerate training, practitioners often turn to distributed reinforcement learning architectures to parallelize and accelerate the training process. However, modern methods for scalable reinforcement learning (RL) often tradeoff between the throughput of samples that an RL agent can learn from (sample throughput) and the quality of learning from each sample (sample efficiency). In these scalable RL architectures, as one increases sample throughput (i.e. increasing parallelization in IMPALA), sample efficiency drops significantly. To address this, we propose a new distributed reinforcement learning algorithm, IMPACT. IMPACT extends IMPALA with three changes: a target network for stabilizing the surrogate objective, a circular buffer, and truncated importance sampling. In…
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 · Neural dynamics and brain function · Advanced Memory and Neural Computing
MethodsSigmoid Activation · Tanh Activation · Proximal Policy Optimization · V-trace · Experience Replay · Entropy Regularization · Residual Connection · Gradient Clipping · RMSProp · *Communicated@Fast*How Do I Communicate to Expedia?
