paper-with-me

Papers

Entropy-Preserving Reinforcement Learning

2026-03-12 · Aleksei Petrenko, Ben Lipkin, Kevin Chen, Erik Wijmans, Marco Cusumano-Towner, Raja Giryes, Philipp Krähenbühl arxiv

Policy gradient algorithms have driven many recent advancements in language model reasoning. An appealing property is their ability to learn from exploration on their own trajectories, a process crucial for fostering diverse and creative solutions. As we show in this paper, many policy gradient algorithms naturally reduce the entropy -- and thus the diversity of explored trajectories -- as part of training, yielding a policy increasingly limited in its ability to explore. In this paper, we argue that entropy should be actively monitored and controlled throughout training. We formally analyze the contributions of leading policy gradient objectives on entropy dynamics, identify empirical factors (such as numerical precision) that significantly impact entropy behavior, and propose explicit mechanisms for entropy control. These include REPO, a family of algorithms that modify the advantage function to regulate entropy, and ADAPO, an adaptive asymmetric clipping approach. Models trained with our entropy-preserving methods maintain diversity throughout training, yielding final policies that are more performant and retain their trainability for sequential learning in new environments.

📄 PDF Abstract BibTeX arXiv:2603.11682

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Flexible Entropy Control in RLVR with a Gradient-Preserving Perspective

2026-02-10 · Kun Chen, Peng Shi, Fanfan Liu, Haibo Qiu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a critical method for enhancing the reasoning capabilities of Large Language Models (LLMs). However, continuous training often leads to policy entropy …

Reinforcement Learning

Relative Entropy Regularized Reinforcement Learning for Efficient Encrypted Policy Synthesis

2025-06-14 · Jihoon Suh, Yeongjun Jang, Kaoru Teranishi, Takashi Tanaka

We propose an efficient encrypted policy synthesis to develop privacy-preserving model-based reinforcement learning. We first demonstrate that the relative-entropy-regularized reinforcement learning framework offers a co…

Model-based Reinforcement LearningPrivacy PreservingQuantizationreinforcement-learning+1

Beyond High-Entropy Exploration: Correctness-Aware Low-Entropy Segment-Based Advantage Shaping for Reasoning LLMs

2025-11-30 · Xinzhu Chen, Xuesheng Li, Zhongxiang Sun, Weijie Yu arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become a central approach for improving the reasoning ability of large language models. Recent work studies RLVR through token entropy, arguing that high-entropy …

Reinforcement Learning

Convergence Theorems for Entropy-Regularized and Distributional Reinforcement Learning

2025-10-09 · Yash Jhaveri, Harley Wiltzer, Patrick Shafto, Marc G. Bellemare 외 arxiv

In the pursuit of finding an optimal policy, reinforcement learning (RL) methods generally ignore the properties of learned policies apart from their expected return. Thus, even when successful, it is difficult to charac…

Reinforcement Learning

Entropy Polarity in Reinforcement Fine-Tuning: Direction, Asymmetry, and Control

2026-05-12 · Jiazheng Zhang, Ziche Fu, Junrui Shen, Yunbin Zhao 외 arxiv

Policy entropy has emerged as a fundamental measure for understanding and controlling exploration in reinforcement learning with verifiable rewards (RLVR) for LLMs. However, existing entropy-aware methods mainly regulate…

Reinforcement LearningMathematical Reasoning