UVIP: Model-Free Approach to Evaluate Reinforcement Learning Algorithms
Denis Belomestny, Ilya Levin, Alexey Naumov, Sergey Samsonov
TL;DR
The paper addresses bounding the suboptimality gap $\Delta_\pi(x)=V^*(x)-V^\pi(x)$ in unknown environments by introducing UVIP, a model-free upper-value-iteration method that constructs almost-sure upper bounds $V^{\mathrm{up}}$ for policy and optimal values. UVIP leverages upper solutions to the Bellman optimality equation and martingale duality to produce an optimality certificate from samples without knowing the transition kernel. Theoretical results provide non-asymptotic convergence guarantees, variance bounds, and explicit error terms that depend on the suboptimality and sampling resources, while numerical results on discrete and continuous MDPs demonstrate tight bounds and competitive running times. Overall, UVIP offers a practical, principled tool for policy evaluation and confidence quantification in RL settings where the model is unknown and data are sample-based.
Abstract
Policy evaluation is an important instrument for the comparison of different algorithms in Reinforcement Learning (RL). However, even a precise knowledge of the value function $V^π$ corresponding to a policy $π$ does not provide reliable information on how far the policy $π$ is from the optimal one. We present a novel model-free upper value iteration procedure ({\sf UVIP}) that allows us to estimate the suboptimality gap $V^{\star}(x) - V^π(x)$ from above and to construct confidence intervals for \(V^\star\). Our approach relies on upper bounds to the solution of the Bellman optimality equation via the martingale approach. We provide theoretical guarantees for {\sf UVIP} under general assumptions and illustrate its performance on a number of benchmark RL problems.
