How Hard is it to Confuse a World Model?
Waris Radji, Odalric-Ambrym Maillard
TL;DR
The paper addresses how to quantify exploration difficulty under uncertain neural world dynamics by defining and computing the most confusing instance as a constrained optimization problem. It introduces suboptimality cost $K(s_0, \pi^*, \pi_{\text{sub}})$ as the infimum of the KL divergence over models that reverse policy rankings, solved via a Lagrangian relaxation that alternates between optimizing the perturbed dynamics and adjusting the constraint penalty. An empirical study using a VAE-based world dynamics model demonstrates that suboptimality cost increases with model quality, indicating that better-trained dynamics are less susceptible to confusion and thus provide stronger guidance for exploration. The findings offer a principled uncertainty metric for deep model-based RL and suggest directions for exploration strategies that prioritize decision-relevant uncertainty regions, with potential applicability across architectures and partially observable settings.
Abstract
In reinforcement learning (RL) theory, the concept of most confusing instances is central to establishing regret lower bounds, that is, the minimal exploration needed to solve a problem. Given a reference model and its optimal policy, a most confusing instance is the statistically closest alternative model that makes a suboptimal policy optimal. While this concept is well-studied in multi-armed bandits and ergodic tabular Markov decision processes, constructing such instances remains an open question in the general case. In this paper, we formalize this problem for neural network world models as a constrained optimization: finding a modified model that is statistically close to the reference one, while producing divergent performance between optimal and suboptimal policies. We propose an adversarial training procedure to solve this problem and conduct an empirical study across world models of varying quality. Our results suggest that the degree of achievable confusion correlates with uncertainty in the approximate model, which may inform theoretically-grounded exploration strategies for deep model-based RL.
