paper-with-me

홈 › Papers

RePO: Replay-Enhanced Policy Optimization

2025-06-11 · Siheng Li, Zhanhui Zhou, Wai Lam, Chao Yang, Chaochao Lu

Reinforcement learning (RL) is vital for optimizing large language models (LLMs). Recent Group Relative Policy Optimization (GRPO) estimates advantages using multiple on-policy outputs per prompt, leading to high computational costs and low data efficiency. To address this, we introduce Replay-Enhanced Policy Optimization (RePO), which leverages diverse replay strategies to retrieve off-policy samples from a replay buffer, allowing policy optimization based on a broader and more diverse set of samples for each prompt. Experiments on five LLMs across seven mathematical reasoning benchmarks demonstrate that RePO achieves absolute average performance gains of $18.4$ and $4.1$ points for Qwen2.5-Math-1.5B and Qwen3-1.7B, respectively, compared to GRPO. Further analysis indicates that RePO increases computational cost by $15\%$ while raising the number of effective optimization steps by $48\%$ for Qwen3-1.7B, with both on-policy and off-policy sample numbers set to $8$. The repository can be accessed at https://github.com/SihengLi99/RePO.

📄 PDF Abstract BibTeX arXiv:2506.09340

Code (1)

sihengli99/repo 공식 구현 pytorch

Tasks

MathMathematical ReasoningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Experience Replay Optimization

2019-06-19 · Daochen Zha, Kwei-Herng Lai, Kaixiong Zhou, Xia Hu

Experience replay enables reinforcement learning agents to memorize and reuse past experiences, just as humans replay memories for the situation at hand. Contemporary off-policy algorithms either replay past experiences …

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Variance Reduction Based Experience Replay for Policy Optimization

2026-02-05 · Hua Zheng, Wei Xie, M. Ben Feng, Keilung Choy arxiv

Effective reinforcement learning (RL) for complex stochastic systems requires leveraging historical data to improve sample efficiency and accelerate policy optimization. However, classical experience replay treats all pa…

Reinforcement Learning

Hindsight Experience Replay Accelerates Proximal Policy Optimization

2024-10-29 · Douglas C. Crowder, Darrien M. McKenzie, Matthew L. Trappett, Frances S. Chance

Hindsight experience replay (HER) accelerates off-policy reinforcement learning algorithms for environments that emit sparse rewards by modifying the goal of the episode post-hoc to be some state achieved during the epis…

reinforcement-learningReinforcement Learning

Variance Reduction based Experience Replay for Policy Optimization

2021-10-17 · Hua Zheng, Wei Xie, M. Ben Feng

For reinforcement learning on complex stochastic systems, it is desirable to effectively leverage the information from historical samples collected in previous iterations to accelerate policy optimization. Classical expe…

Regret-Aware Policy Optimization: Environment-Level Memory for Replay Suppression under Delayed Harm

2026-04-08 · Prakul Sunil Hiremath arxiv

Safety in reinforcement learning (RL) is typically enforced through objective shaping while keeping environment dynamics stationary with respect to observable state-action pairs. Under delayed harm, this can lead to repl…

Reinforcement Learning