Entropy-Preserving Reinforcement Learning
Aleksei Petrenko, Ben Lipkin, Kevin Chen, Erik Wijmans, Marco Cusumano-Towner, Raja Giryes, Philipp Kr\"ahenb\"uhl

TL;DR
This paper highlights the importance of actively monitoring and controlling entropy in policy gradient reinforcement learning to maintain diversity, improve performance, and enhance adaptability in language model reasoning tasks.
Contribution
It introduces explicit entropy control mechanisms, including REPO and ADAPO, to prevent entropy reduction and preserve exploration during training.
Findings
Entropy naturally decreases in policy gradient training without intervention.
Entropy-preserving methods improve policy diversity and final performance.
Models with entropy control retain adaptability in new environments.
Abstract
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…
Peer Reviews
Decision·ICLR 2026 Poster
- I liked the entropy trajectory visualization. - The performance is slightly better than the current published SOTA on these tasks (LOOP)
- One major point for me was a discrepancy between the results in the paper and previous published LOOP results (this discrepancy likely comes from the previous results being with Qwen2.5, while the current results being with Qwen3.0). The existing LOOP scores can be seen in the below links: https://appworld.dev/leaderboard https://arxiv.org/pdf/2502.01600 These results are with Qwen2.5 (instead of Qwen3 like in the current paper), and it achieves results of 71.3 and 45.7 compared to the resul
The paper proposes an interesting idea to analyze how the entropy evolves during RL finetuning. The writing is clear and easy to follow (especially Section 3).
The performance difference of proposed algorithms (REPO-R and REPO-D) and RLOO does not seem to be statistically significant, making me wonder whether the proposed method is useful. (Even if the difference is statistically significant, the magnitude of the difference seems to be small.) Furthermore, while RLOO has no mechanism to keep early collapse according the proposed analysis, its final entropy is somehow high. This also makes me wonder whether the analysis really explains how entropy evolv
- Clearly identifies and analyzes the problem of entropy collapse in policy gradient methods for LLM reasoning. - Introduces a simple and interpretable approach (REPO) to stabilize entropy during training. - Provides theoretical insight into how different RL algorithms modulate entropy. - Demonstrates that REPO maintains stability without degrading baseline performance. - Presents the paper with strong structure, clear notation, and consistent motivation.
- Lack of variance reporting or multiple-seed averaging, making statistical reliability of results unclear. - Performance improvements are modest, and their statistical significance is not demonstrated. - Evaluation scope is limited, focusing mainly on two model sizes within a single model family. - Distinction between REPO and conventional entropy regularization is not well articulated, leaving the novelty somewhat unclear.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Multimodal Machine Learning Applications · Topic Modeling
