vix.ing · top · new · best · stats · spec

SAPG: Split and Aggregate Policy Gradients

2024/07/29 by Jayesh Singla, Singla, Jayesh, Ananye Agarwal +3 · 8 citations
Economics, Econometrics and Finance · Social Sciences · #Artificial Intelligence (cs.AI) #Computer Vision and Pattern Recognition (cs.CV) #Economic Policies and Impacts #FOS: Computer and information sciences #FOS: Electrical engineering #Machine Learning (cs.LG) #Regional Development and Policy #Robotics (cs.RO) #Systems and Control (eess.SY) #electronic engineering #information engineering

paper · pdf · doi:10.48550/arxiv.2407.20230

openalex publication_date 2024/07/29 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

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/

Cited by

Related