Why Generalization in RL is Difficult: Epistemic POMDPs and Implicit Partial Observability
Dibya Ghosh, Jad Rahme, Aviral Kumar, Amy Zhang, Ryan P. Adams, Sergey Levine
TL;DR
The paper reframes RL generalization as a problem of navigating implicit partial observability induced by epistemic uncertainty over unseen MDPs, formalizing this as an Epistemic POMDP. It argues that standard MDP-focused RL methods fail to generalize optimally under test-time uncertainty and provides a Bayes-optimal, memory-based perspective on policy behavior. To address this, it introduces a tractable approximation called Linked Ensembles for the Epistemic POMDP (LEEP), which enforces coordination among an ensemble of policies through a KL-disagreement penalty and an optimistic linking rule. Empirically, LEEP yields significant improvements in generalization on ProcGen benchmarks, reducing train-test gaps compared to traditional PPO baselines. The work highlights the need to model epistemic uncertainty during training to achieve robust RL generalization and points to future directions in scalable posterior modeling and principled POMDP optimization.
Abstract
Generalization is a central challenge for the deployment of reinforcement learning (RL) systems in the real world. In this paper, we show that the sequential structure of the RL problem necessitates new approaches to generalization beyond the well-studied techniques used in supervised learning. While supervised learning methods can generalize effectively without explicitly accounting for epistemic uncertainty, we show that, perhaps surprisingly, this is not the case in RL. We show that generalization to unseen test conditions from a limited number of training conditions induces implicit partial observability, effectively turning even fully-observed MDPs into POMDPs. Informed by this observation, we recast the problem of generalization in RL as solving the induced partially observed Markov decision process, which we call the epistemic POMDP. We demonstrate the failure modes of algorithms that do not appropriately handle this partial observability, and suggest a simple ensemble-based technique for approximately solving the partially observed problem. Empirically, we demonstrate that our simple algorithm derived from the epistemic POMDP achieves significant gains in generalization over current methods on the Procgen benchmark suite.
