SAPG: Split and Aggregate Policy Gradients
Jayesh Singla, Ananye Agarwal, Deepak Pathak
TL;DR
SAPG tackles the saturation of on-policy RL, like PPO, in large-scale parallel environments by dividing environments into blocks and training multiple follower policies whose data are aggregated via importance sampling to update a common leader. The approach blends on-policy PPO updates with off-policy data from other policies, while promoting diversity through latent conditioning and entropy regularization. Empirical results on hard dexterous manipulation tasks show SAPG achieving superior asymptotic performance compared to strong baselines, demonstrating the value of data diversity and off-policy aggregation in scalable RL. This method enables efficient utilization of massive GPU-based simulators for robust, high-performance policy learning in complex robotic control tasks.
Abstract
Despite extreme sample inefficiency, on-policy reinforcement learning, aka policy gradients, has become a fundamental tool in decision-making problems. With the recent advances in GPU-driven simulation, the ability to collect large amounts of data for RL training has scaled exponentially. However, we show that current RL methods, e.g. PPO, fail to ingest the benefit of parallelized environments beyond a certain point and their performance saturates. To address this, we propose a new on-policy RL algorithm that can effectively leverage large-scale environments by splitting them into chunks and fusing them back together via importance sampling. Our algorithm, termed SAPG, shows significantly higher performance across a variety of challenging environments where vanilla PPO and other strong baselines fail to achieve high performance. Website at https://sapg-rl.github.io/
