Maximum Entropy RL (Provably) Solves Some Robust RL Problems
Benjamin Eysenbach, Sergey Levine
TL;DR
This work formalizes robustness in reinforcement learning by showing that maximum entropy RL (MaxEnt RL) inherently bounds a class of robust objectives under both reward and dynamics perturbations. By introducing pessimistic reward formulations and entropy-based considerations, the authors derive theoretical lower bounds and robust sets, and they validate these findings with numerical experiments that compare favorably to specialized robust RL methods. The results illuminate why stochastic policies from MaxEnt RL can be more robust in disturbed environments, and they provide guidance on how entropy regularization parameters influence robustness. While not universally superior, MaxEnt RL offers a simple, principled approach to robust RL with formal guarantees and practical evidence of effectiveness.
Abstract
Many potential applications of reinforcement learning (RL) require guarantees that the agent will perform well in the face of disturbances to the dynamics or reward function. In this paper, we prove theoretically that maximum entropy (MaxEnt) RL maximizes a lower bound on a robust RL objective, and thus can be used to learn policies that are robust to some disturbances in the dynamics and the reward function. While this capability of MaxEnt RL has been observed empirically in prior work, to the best of our knowledge our work provides the first rigorous proof and theoretical characterization of the MaxEnt RL robust set. While a number of prior robust RL algorithms have been designed to handle similar disturbances to the reward function or dynamics, these methods typically require additional moving parts and hyperparameters on top of a base RL algorithm. In contrast, our results suggest that MaxEnt RL by itself is robust to certain disturbances, without requiring any additional modifications. While this does not imply that MaxEnt RL is the best available robust RL method, MaxEnt RL is a simple robust RL method with appealing formal guarantees.
