Effective Exploration Based on the Structural Information Principles
Xianghua Zeng, Hao Peng, Angsheng Li
TL;DR
This work tackles the challenge of exploration in high-dimensional, sparse-reward reinforcement learning by introducing SI2E, a framework built on structural information principles. It defines structural mutual information $I^{SI}(X;Y)$ to capture dynamics-relevant relationships between state-action representations and subsequent states, and employs a 2-layer encoding-tree approach to minimize structural entropy and reveal hierarchical state-action communities. SI2E combines a dynamics-focused representation learning objective with a maximum structural entropy exploration strategy, using a policy-induced hierarchy to generate an intrinsic reward via a $k$-NN estimator, ultimately improving final performance and sample efficiency across MiniGrid, MetaWorld, and DMControl benchmarks. Theoretical connections to traditional mutual information and entropy reinforce the method’s rationale, while extensive experiments demonstrate substantial gains over state-of-the-art baselines, with notable improvements in both final performance and learning efficiency.
Abstract
Traditional information theory provides a valuable foundation for Reinforcement Learning, particularly through representation learning and entropy maximization for agent exploration. However, existing methods primarily concentrate on modeling the uncertainty associated with RL's random variables, neglecting the inherent structure within the state and action spaces. In this paper, we propose a novel Structural Information principles-based Effective Exploration framework, namely SI2E. Structural mutual information between two variables is defined to address the single-variable limitation in structural information, and an innovative embedding principle is presented to capture dynamics-relevant state-action representations. The SI2E analyzes value differences in the agent's policy between state-action pairs and minimizes structural entropy to derive the hierarchical state-action structure, referred to as the encoding tree. Under this tree structure, value-conditional structural entropy is defined and maximized to design an intrinsic reward mechanism that avoids redundant transitions and promotes enhanced coverage in the state-action space. Theoretical connections are established between SI2E and classical information-theoretic methodologies, highlighting our framework's rationality and advantage. Comprehensive evaluations in the MiniGrid, MetaWorld, and DeepMind Control Suite benchmarks demonstrate that SI2E significantly outperforms state-of-the-art exploration baselines regarding final performance and sample efficiency, with maximum improvements of 37.63% and 60.25%, respectively.
