1: \begin{abstract} %Soft actor-critic (SAC)~\citep{Haarnoja2018}, as a representative of
2: Maximum entropy (MaxEnt) RL maximizes a combination of the original task reward and an entropy reward.
3: %
4: 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.
5: %
6: This paper takes a closer look at entropy as an intrinsic reward, by conducting various
7: ablation studies on soft actor-critic (SAC), a popular representative of MaxEnt RL.
8: %
9: Our findings reveal that
10: 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
11: main task reward if it is not properly managed. We identify some failure cases of the entropy reward especially in episodic
12: Markov decision processes (MDPs), where it could cause the policy to be overly optimistic or pessimistic.
13: 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.
14: %
15: Based on these observations, we recommend either normalizing the entropy reward to a zero mean (SACZero), or simply
16: removing it from policy evaluation (SACLite) for better practical results.
17: \end{abstract}
18: