LGAIFeb 19, 2024

Refining Minimax Regret for Unsupervised Environment Design

arXiv:2402.12284v215 citationsh-index: 18ICML
Originality Incremental advance
AI Analysis

This addresses a specific limitation in reinforcement learning for robust policy training, representing an incremental improvement over existing methods.

The paper tackled the problem of learning stagnation in unsupervised environment design when using minimax regret adversaries, and introduced a refined objective (Bayesian level-perfect MMR) and algorithm (ReMiDi) that enabled continued learning, as empirically shown.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes