Scalable Online Exploration via Coverability
Philip Amortila, Dylan J. Foster, Akshay Krishnamurthy
TL;DR
This work tackles exploration in high-dimensional RL by proposing policy-coverage objectives, centered on the $L_1$-Coverage objective whose optimal value defines $L_1$-Coverability. It develops computationally efficient planning relaxations via $L_{\infty}$-coverability and pushforward relaxations, and introduces CODEX for reward-free model-based exploration and CODEX.W for model-free exploration. Theoretical guarantees show that bounded $L_1$-Coverability yields sample-efficient exploration and enables reliable downstream policy optimization, including offline-to-online transitions via the DEC framework. Empirically, the approach improves state-space exploration on MountainCar relative to baselines, and the framework unifies exploration with standard RL pipelines, offering scalable, end-to-end exploration guarantees with nonlinear function approximation.
Abstract
Exploration is a major challenge in reinforcement learning, especially for high-dimensional domains that require function approximation. We propose exploration objectives -- policy optimization objectives that enable downstream maximization of any reward function -- as a conceptual framework to systematize the study of exploration. Within this framework, we introduce a new objective, $L_1$-Coverage, which generalizes previous exploration schemes and supports three fundamental desiderata: 1. Intrinsic complexity control. $L_1$-Coverage is associated with a structural parameter, $L_1$-Coverability, which reflects the intrinsic statistical difficulty of the underlying MDP, subsuming Block and Low-Rank MDPs. 2. Efficient planning. For a known MDP, optimizing $L_1$-Coverage efficiently reduces to standard policy optimization, allowing flexible integration with off-the-shelf methods such as policy gradient and Q-learning approaches. 3. Efficient exploration. $L_1$-Coverage enables the first computationally efficient model-based and model-free algorithms for online (reward-free or reward-driven) reinforcement learning in MDPs with low coverability. Empirically, we find that $L_1$-Coverage effectively drives off-the-shelf policy optimization algorithms to explore the state space.
