paper-with-me

홈 › Papers

Understanding the impact of entropy on policy optimization

2018-11-27 · Zafarali Ahmed, Nicolas Le Roux, Mohammad Norouzi, Dale Schuurmans

Entropy regularization is commonly used to improve policy optimization in reinforcement learning. It is believed to help with \emph{exploration} by encouraging the selection of more stochastic policies. In this work, we analyze this claim using new visualizations of the optimization landscape based on randomly perturbing the loss function. We first show that even with access to the exact gradient, policy optimization is difficult due to the geometry of the objective function. Then, we qualitatively show that in some environments, a policy with higher entropy can make the optimization landscape smoother, thereby connecting local optima and enabling the use of larger learning rates. This paper presents new tools for understanding the optimization landscape, shows that policy entropy serves as a regularizer, and highlights the challenge of designing general-purpose policy optimization algorithms.

📄 PDF Abstract BibTeX arXiv:1811.11214

Code (1)

zafarali/emdp 공식 구현

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

On the Global Convergence Rates of Softmax Policy Gradient Methods

2020-05-13 · ICML 2020 1 · Jincheng Mei, Chenjun Xiao, Csaba Szepesvari, Dale Schuurmans

We make three contributions toward better understanding policy gradient methods in the tabular setting. First, we show that with the true gradient, policy gradient with a softmax parametrization converges at a $O(1/t)$ r…

Open-Ended Question AnsweringPolicy Gradient Methods

Understanding and Preventing Entropy Collapse in RLVR with On-Policy Entropy Flow Optimization

2026-05-12 · Huimin Xu, Shuai Zhao, Xiaobao Wu, Anh Tuan Luu arxiv

Reinforcement learning with verifiable rewards (RLVR) has become an effective paradigm for improving the reasoning ability of large language models. However, widely used RLVR algorithms, such as GRPO, often suffer from e…

Reinforcement LearningMathematical Reasoning

Policy Optimization finds Nash Equilibrium in Regularized General-Sum LQ Games

2024-03-25 · Muhammad Aneeq uz Zaman, Shubham Aggarwal, Melih Bastopcu, Tamer Başar

In this paper, we investigate the impact of introducing relative entropy regularization on the Nash Equilibria (NE) of General-Sum $N$-agent games, revealing the fact that the NE of such games conform to linear Gaussian …

Reinforcement Learning (RL)

Entropy annealing for policy mirror descent in continuous time and space

2024-05-30 · Deven Sethi, David Šiška, Yufei Zhang

Entropy regularization has been widely used in policy optimization algorithms to enhance exploration and the robustness of the optimal control; however it also introduces an additional regularization bias. This work quan…

Policy Gradient Methods

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