SCALER:Synthetic Scalable Adaptive Learning Environment for Reasoning
Caijun Xu, Changyi Xiao, Zhongyuan Peng, Xinrun Wang, Yixin Cao
TL;DR
SCALER tackles waning RL rewards during long-horizon reasoning training by introducing a scalable environment synthesis pipeline and adaptive multi-environment RL. It converts real programming problems into verifiable reasoning environments with controllable difficulty and unbounded instances, and couples this with an online difficulty controller and environment curation to keep training on the model's capability frontier while preserving diversity. Empirical results show SCALER outperforms dataset-based RL baselines across five reasoning benchmarks and exhibits more stable, long-horizon training dynamics. This framework provides a scalable platform to study how environment properties influence RL for reasoning and demonstrates the importance of balancing difficulty with diversity during continual learning.
Abstract
Reinforcement learning (RL) offers a principled way to enhance the reasoning capabilities of large language models, yet its effectiveness hinges on training signals that remain informative as models evolve. In practice, RL progress often slows when task difficulty becomes poorly aligned with model capability, or when training is dominated by a narrow set of recurring problem patterns. To jointly address these issues, we propose SCALER (Synthetic sCalable Adaptive Learning Environment for Reasoning), a framework that sustains effective learning signals through adaptive environment design. SCALER introduces a scalable synthesis pipeline that converts real-world programming problems into verifiable reasoning environments with controllable difficulty and unbounded instance generation, enabling RL training beyond finite datasets while preserving strong correctness guarantees. Building on this, SCALER further employs an adaptive multi-environment RL strategy that dynamically adjusts instance difficulty and curates the active set of environments to track the model's capability frontier and maintain distributional diversity. This co-adaptation prevents reward sparsity, mitigates overfitting to narrow task patterns, and supports sustained improvement throughout training. Extensive experiments show that SCALER consistently outperforms dataset-based RL baselines across diverse reasoning benchmarks and exhibits more stable, long-horizon training dynamics.
