paper-with-me

Papers

Divergence-Augmented Policy Optimization

2025-01-25 · NeurIPS 2019 12 · Qing Wang, Yingru Li, Jiechao Xiong, Tong Zhang

In deep reinforcement learning, policy optimization methods need to deal with issues such as function approximation and the reuse of off-policy data. Standard policy gradient methods do not handle off-policy data well, leading to premature convergence and instability. This paper introduces a method to stabilize policy optimization when off-policy data are reused. The idea is to include a Bregman divergence between the behavior policy that generates the data and the current policy to ensure small and safe policy updates with off-policy data. The Bregman divergence is calculated between the state distributions of two policies, instead of only on the action probabilities, leading to a divergence augmentation formulation. Empirical experiments on Atari games show that in the data-scarce scenario where the reuse of off-policy data becomes necessary, our method can achieve better performance than other state-of-the-art deep reinforcement learning algorithms.

📄 PDF Abstract BibTeX arXiv:2501.15034

Code (1)

lns/dapo 공식 구현 tf

Tasks

Atari GamesDeep Reinforcement LearningPolicy Gradient Methodsreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Entropy-Augmented Entropy-Regularized Reinforcement Learning and a Continuous Path from Policy Gradient to Q-Learning

2020-05-18 · Donghoon Lee

Entropy augmented to reward is known to soften the greedy argmax policy to softmax policy. Entropy augmentation is reformulated and leads to a motivation to introduce an additional entropy term to the objective function …

Q-Learning

Diffusion-Augmented Markov Decision Processes for Maximum Entropy Reinforcement Learning

2025-12-01 · Sebastian Sanokowski, Kaustubh Patil arxiv

Diffusion models excel at sampling from complex, unnormalized distributions. In this work, we extend Maximum Entropy Reinforcement Learning (ME-RL) to diffusion processes, enabling sampling from the optimal policy trajec…

Reinforcement Learning

Beyond KL Divergence: Policy Optimization with Flexible Bregman Divergences for LLM Reasoning

2026-02-04 · Rui Yuan, Mykola Khandoga, Vinay Kumar Sankarapu arxiv

Policy optimization methods like Group Relative Policy Optimization (GRPO) and its variants have achieved strong results on mathematical reasoning and code generation tasks. Despite extensive exploration of reward proces…

Mathematical ReasoningCode Generation

Flow-DPPO: Divergence Proximal Policy Optimization for Flow Matching Models

2026-06-09 · Bowen Ping, Xiangxin Zhou, Penghui Qi, Minnan Luo 외 arxiv

Recent work has demonstrated that online reinforcement learning (RL) can substantially improve the quality and alignment of flow matching models for image and video generation. Methods such as Flow-GRPO and CPS cast the …

Reinforcement LearningVideo Generation

Particle Based Stochastic Policy Optimization

2021-09-29 · Qiwei Ye, Yuxuan Song, Chang Liu, Fangyun Wei 외

Stochastic polic have been widely applied for their good property in exploration and uncertainty quantification. Modeling policy distribution by joint state-action distribution within the exponential family has enabled …

Deep Reinforcement LearningMuJoCo GamesOffline RLReinforcement Learning (RL)+1