Achieving Tractable Minimax Optimal Regret in Average Reward MDPs
Victor Boone, Zihan Zhang
TL;DR
This work addresses learning in average-reward MDPs by introducing PMEVI-DT, a tractable OFU-based method that attains minimax optimal regret $\tilde{O}(\sqrt{sp(h^*)\,S A\,T})$ without requiring knowledge of the bias span $sp(h^*)$. The core idea is the PMEVI subroutine, which performs bias-constrained planning via a projection onto a bias-confidence region and a beta-mitigated extended Bellman operator to tightly control bias dynamics. The framework supports incorporating prior bias information to tighten the bias region and can be embedded into existing optimistic algorithms to improve regret bounds; a Weissman-type confidence-region implementation yields a polynomial per-step complexity. Theoretical guarantees are complemented by river-swim experiments showing favorable regret and burn-in behavior, highlighting practical impact for average-reward RL in large or unknown environments. Overall, the paper closes the gap between minimax optimal regret and tractable computation in average-reward MDPs and provides a versatile tool for bias-aware planning.
Abstract
In recent years, significant attention has been directed towards learning average-reward Markov Decision Processes (MDPs). However, existing algorithms either suffer from sub-optimal regret guarantees or computational inefficiencies. In this paper, we present the first tractable algorithm with minimax optimal regret of $\widetilde{\mathrm{O}}(\sqrt{\mathrm{sp}(h^*) S A T})$, where $\mathrm{sp}(h^*)$ is the span of the optimal bias function $h^*$, $S \times A$ is the size of the state-action space and $T$ the number of learning steps. Remarkably, our algorithm does not require prior information on $\mathrm{sp}(h^*)$. Our algorithm relies on a novel subroutine, Projected Mitigated Extended Value Iteration (PMEVI), to compute bias-constrained optimal policies efficiently. This subroutine can be applied to various previous algorithms to improve regret bounds.
