Refining Minimax Regret for Unsupervised Environment Design
Michael Beukman, Samuel Coward, Michael Matthews, Mattie Fellows, Minqi Jiang, Michael Dennis, Jakob Foerster
TL;DR
This work identifies a fundamental shortcoming of minimax regret in unsupervised environment design: in partially observable settings with irreducible regret, MMR can cause learning to stagnate by overemphasising the highest-regret levels. It introduces Bayesian level-perfect Minimax Regret (BLP), a refinement that preserves MMR guarantees while progressively improving worst-case regret on non-highest-regret levels by conditioning on trajectories realizable under prior adversaries. The ReMiDi algorithm implements this iterative refinement, yielding policies that align with Perfect Bayesian reasoning and demonstrate continued learning in domains where standard MMR stalls. Across toy, MiniGrid maze, lever, and Brax robotics experiments, ReMiDi outperforms regret-based baselines, showing stronger generalisation and robustness in open-ended task spaces.
Abstract
In unsupervised environment design, reinforcement learning agents are trained on environment configurations (levels) generated by an adversary that maximises some objective. Regret is a commonly used objective that theoretically results in a minimax regret (MMR) policy with desirable robustness guarantees; in particular, the agent's maximum regret is bounded. However, once the agent reaches this regret bound on all levels, the adversary will only sample levels where regret cannot be further reduced. Although there are possible performance improvements to be made outside of these regret-maximising levels, learning stagnates. In this work, we introduce Bayesian level-perfect MMR (BLP), a refinement of the minimax regret objective that overcomes this limitation. We formally show that solving for this objective results in a subset of MMR policies, and that BLP policies act consistently with a Perfect Bayesian policy over all levels. We further introduce an algorithm, ReMiDi, that results in a BLP policy at convergence. We empirically demonstrate that training on levels from a minimax regret adversary causes learning to prematurely stagnate, but that ReMiDi continues learning.
