paper-with-me

홈 › Papers

Scalable Reinforcement Learning via Adaptive Batch Scaling

2026-05-20 · Jongchan Park arxiv

Conventional wisdom holds that large-batch training is fundamentally incompatible with Reinforcement Learning (RL) - beyond a modest threshold, increasing batch sizes typically yields diminishing returns or performance degradation due to the inherent non-stationarity of the data distribution. We challenge this view by observing that non-stationarity is not a fixed property of RL, but evolves throughout training: early stages exhibit rapid behavioral shifts that demand small batches for plasticity, whereas late stages approach a quasi-stationary regime where large batches enable precise convergence. Motivated by this observation, we propose Adaptive Batch Scaling (ABS), that dynamically adjusts the effective batch size according to the stability of the learning policy. Central to ABS is Behavioral Divergence, a novel metric that quantifies policy non-stationarity by measuring action-level shifts between consecutive updates, which we use to scale batch size inversely to policy volatility. Integrated with the Parallelised Q-Network (PQN) algorithm and evaluated on the ALE benchmark, ABS seamlessly reconciles early-stage plasticity with late-stage stable convergence. Strikingly, contrary to conventional wisdom, our results reveal that the combination of larger networks and larger batch sizes achieves the best performance - a scaling behavior previously thought to be unattainable in RL, now unlocked through adaptive batch control.

📄 PDF Abstract BibTeX arXiv:2605.21557

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Adaptive Elastic Training for Sparse Deep Learning on Heterogeneous Multi-GPU Servers

2021-10-13 · Yujing Ma, Florin Rusu, Kesheng Wu, Alexander Sim

Motivated by extreme multi-label classification applications, we consider training deep learning models over sparse data in multi-GPU servers. The variance in the number of non-zero features across training batches and t…

Extreme Multi-Label ClassificationGPUMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Large Batch Training of Convolutional Networks with Layer-wise Adaptive Rate Scaling

2018-01-01 · ICLR 2018 1 · Boris Ginsburg, Igor Gitman, Yang You

A common way to speed up training of large convolutional networks is to add computational units. Training is then performed using data-parallel synchronous Stochastic Gradient Descent (SGD) with a mini-batch divided bet…

16k

Apt-Serve: Adaptive Request Scheduling on Hybrid Cache for Scalable LLM Inference Serving

2025-04-10 · Shihong Gao, Xin Zhang, Yanyan Shen, Lei Chen

Large language model (LLM) inference serving systems are essential to various LLM-based applications. As demand for LLM services continues to grow, scaling these systems to handle high request rates while meeting latency…

GPULarge Language ModelScheduling

What Matters for Batch Online Reinforcement Learning in Robotics?

2025-05-12 · Perry Dong, Suvir Mirchandani, Dorsa Sadigh, Chelsea Finn

The ability to learn from large batches of autonomously collected data for policy improvement -- a paradigm we refer to as batch online reinforcement learning -- holds the promise of enabling truly scalable robot learnin…

Imitation LearningOffline RLreinforcement-learningReinforcement Learning

NAVIX: Scaling MiniGrid Environments with JAX

2024-07-28 · Eduardo Pignatelli, Jarek Liesen, Robert Tjarko Lange, Chris Lu 외

As Deep Reinforcement Learning (Deep RL) research moves towards solving large-scale worlds, efficient environment simulations become crucial for rapid experimentation. However, most existing environments struggle to scal…

CPUDeep Reinforcement LearningDiversityMeta-Learning+4