paper-with-me

홈 › Papers

Stabilizing Reinforcement Learning with LLMs: Formulation and Practices

2025-12-01 · Chujie Zheng, Kai Dang, Bowen Yu, Mingze Li, Huiqiang Jiang, Junrong Lin, Yuqiong Liu, Hao Lin, Chencan Wu, Feng Hu, An Yang, Jingren Zhou, Junyang Lin arxiv

This paper proposes a novel formulation for reinforcement learning (RL) with large language models, explaining why and under what conditions the true sequence-level reward can be optimized via a surrogate token-level objective in policy gradient methods such as REINFORCE. Specifically, through a first-order approximation, we show that this surrogate becomes increasingly valid only when both the training-inference discrepancy and policy staleness are minimized. This insight provides a principled explanation for the crucial role of several widely adopted techniques in stabilizing RL training, including importance sampling correction, clipping, and particularly Routing Replay for Mixture-of-Experts (MoE) models. Through extensive experiments with a 30B MoE model totaling hundreds of thousands of GPU hours, we show that for on-policy training, the basic policy gradient algorithm with importance sampling correction achieves the highest training stability. When off-policy updates are introduced to accelerate convergence, combining clipping and Routing Replay becomes essential to mitigate the instability caused by policy staleness. Notably, once training is stabilized, prolonged optimization consistently yields comparable final performance regardless of cold-start initialization. We hope that the shared insights and the developed recipes for stable RL training will facilitate future research.

📄 PDF Abstract BibTeX arXiv:2512.01374

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Stabilizing Reinforcement Learning for Diffusion Language Models

2026-03-06 · Jianyuan Zhong, Kaibo Wang, Ding Ding, Zijin Feng 외 arxiv

Group Relative Policy Optimization (GRPO) is highly effective for post-training autoregressive (AR) language models, yet its direct application to diffusion large language models (dLLMs) often triggers reward collapse. W…

Reinforcement Learning

Stabilizing Off-Policy Deep Reinforcement Learning from Pixels

2022-07-03 · Edoardo Cetin, Philip J. Ball, Steve Roberts, Oya Celiktutan

Off-policy reinforcement learning (RL) from pixel observations is notoriously unstable. As a result, many successful algorithms must combine different domain-specific practices and auxiliary losses to learn meaningful be…

Data AugmentationDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Bridging Continuous-time LQR and Reinforcement Learning via Gradient Flow of the Bellman Error

2025-06-11 · Armin Gießler, Albertus Johannes Malan, Sören Hohmann

In this paper, we present a novel method for computing the optimal feedback gain of the infinite-horizon Linear Quadratic Regulator (LQR) problem via an ordinary differential equation. We introduce a novel continuous-tim…

Reinforcement Learning (RL)

Provable Reinforcement Learning for Networked Control Systems with Stochastic Packet Disordering

2023-12-05 · Wenqian Xue, Yi Jiang, Frank L. Lewis, Bosen Lian

This paper formulates a stochastic optimal control problem for linear networked control systems featuring stochastic packet disordering with a unique stabilizing solution certified. The problem is solved by proposing rei…

Q-Learningreinforcement-learning

Stabilizing Policy Optimization via Logits Convexity

2026-03-01 · Hongzhan Chen, Tao Yang, Yuhua Zhu, Shiping Gao 외 arxiv

While reinforcement learning (RL) has been central to the recent success of large language models (LLMs), RL optimization is notoriously unstable, especially when compared to supervised fine-tuning (SFT). In this work, w…

Reinforcement Learning