How to Explore with Belief: State Entropy Maximization in POMDPs
Riccardo Zamboni, Duilio Cirino, Marcello Restelli, Mirco Mutti
TL;DR
This work extends state entropy maximization to partially observable environments by maximizing the entropy of the true state distribution $H(d^\pi)$ using policies that rely only on partial observations. It introduces proxy objectives—Maximum Observation Entropy (MOE) and Maximum Believed Entropy (MBE)—and a Belief-Averaged (BA) policy class to enable tractable learning via policy gradients, even when the true state is not observable. To address the gap between proxies and the true objective, the authors add a belief-entropy regularization (Reg-MBE) and analyze the optimization landscape, including smoothness bounds and proxy gaps, under known and unknown POMDP settings. Empirical results on gridworld POMDPs show MOE is fragile to observation quality, while MBE and Reg-MBE provide robust improvements, with MSE achieving the best performance when the POMDP is fully known. Overall, the paper demonstrates a practical, deployable approach to exploration in partially observable domains and identifies hallucinatory risks and mitigation strategies for belief-based objectives.
Abstract
Recent works have studied *state entropy maximization* in reinforcement learning, in which the agent's objective is to learn a policy inducing high entropy over states visitation (Hazan et al., 2019). They typically assume full observability of the state of the system, so that the entropy of the observations is maximized. In practice, the agent may only get *partial* observations, e.g., a robot perceiving the state of a physical space through proximity sensors and cameras. A significant mismatch between the entropy over observations and true states of the system can arise in those settings. In this paper, we address the problem of entropy maximization over the *true states* with a decision policy conditioned on partial observations *only*. The latter is a generalization of POMDPs, which is intractable in general. We develop a memory and computationally efficient *policy gradient* method to address a first-order relaxation of the objective defined on *belief* states, providing various formal characterizations of approximation gaps, the optimization landscape, and the *hallucination* problem. This paper aims to generalize state entropy maximization to more realistic domains that meet the challenges of applications.
