paper-with-me

홈 › Papers

Do You Need the Entropy Reward (in Practice)?

2022-01-28 · Haonan Yu, Haichao Zhang, Wei Xu

Maximum entropy (MaxEnt) RL maximizes a combination of the original task reward and an entropy reward. It is believed that the regularization imposed by entropy, on both policy improvement and policy evaluation, together contributes to good exploration, training convergence, and robustness of learned policies. This paper takes a closer look at entropy as an intrinsic reward, by conducting various ablation studies on soft actor-critic (SAC), a popular representative of MaxEnt RL. Our findings reveal that in general, entropy rewards should be applied with caution to policy evaluation. On one hand, the entropy reward, like any other intrinsic reward, could obscure the main task reward if it is not properly managed. We identify some failure cases of the entropy reward especially in episodic Markov decision processes (MDPs), where it could cause the policy to be overly optimistic or pessimistic. On the other hand, our large-scale empirical study shows that using entropy regularization alone in policy improvement, leads to comparable or even better performance and robustness than using it in both policy improvement and policy evaluation. Based on these observations, we recommend either normalizing the entropy reward to a zero mean (SACZero), or simply removing it from policy evaluation (SACLite) for better practical results.

📄 PDF Abstract BibTeX arXiv:2201.12434

Code (2)

hnyu/entropy_reward 공식 구현 pytorch
dyth/doublegum jax

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음

Similar Papers 제목 키워드 기반

Average-Reward Maximum Entropy Reinforcement Learning for Underactuated Double Pendulum Tasks

2024-09-13 · Jean Seong Bjorn Choe, Bumkyu Choi, Jong-Kook Kim

This report presents a solution for the swing-up and stabilisation tasks of the acrobot and the pendubot, developed for the AI Olympics competition at IROS 2024. Our approach employs the Average-Reward Entropy Advantage …

AcrobotReinforcement Learning (RL)

Reward-Free Attacks in Multi-Agent Reinforcement Learning

2021-12-02 · Ted Fujimoto, Timothy Doster, Adam Attarian, Jill Brandenberger 외

We investigate how effective an attacker can be when it only learns from its victim's actions, without access to the victim's reward. In this work, we are motivated by the scenario where the attacker wants to behave stra…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

From Broad Exploration to Stable Synthesis: Entropy-Guided Optimization for Autoregressive Image Generation

2026-03-12 · Han Song, Yucheng Zhou, Jianbing Shen, Yu Cheng arxiv

Combining Chain-of-Thought (CoT) with Reinforcement Learning (RL) improves text-to-image (T2I) generation, yet the underlying interaction between CoT's exploration and RL's optimization remains unclear. We present a syst…

Reinforcement LearningImage Generation

Rethinking the Role of Entropy in Optimizing Tool-Use Behaviors for Large Language Model Agents

2026-02-02 · Zeping Li, Hongru Wang, Yiwen Zhao, Guanhua Chen 외 arxiv

Tool-using agents based on Large Language Models (LLMs) excel in tasks such as mathematical reasoning and multi-hop question answering. However, in long trajectories, agents often trigger excessive and low-quality tool c…

Multi-hop Question AnsweringMathematical Reasoning

Regularized Inverse Reinforcement Learning

2020-10-07 · ICLR 2021 1 · Wonseok Jeon, Chen-Yang Su, Paul Barde, Thang Doan 외

Inverse Reinforcement Learning (IRL) aims to facilitate a learner's ability to imitate expert behavior by acquiring reward functions that explain the expert's decisions. Regularized IRL applies strongly convex regularize…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)