LGAIMLJul 7, 2020

Near-Optimal Provable Uniform Convergence in Offline Policy Evaluation for Reinforcement Learning

arXiv:2007.03760v232 citations
AI Analysis

This work addresses a critical bottleneck for applying RL in real-life applications by providing uniform convergence guarantees, which is foundational for offline policy learning.

The paper tackles the problem of offline policy evaluation in reinforcement learning by simultaneously evaluating all policies in a policy class, achieving nearly optimal error bounds and an optimal episode complexity of O(H^3/d_mε^2) for identifying an ε-optimal policy.

The problem of Offline Policy Evaluation (OPE) in Reinforcement Learning (RL) is a critical step towards applying RL in real-life applications. Existing work on OPE mostly focus on evaluating a fixed target policy $π$, which does not provide useful bounds for offline policy learning as $π$ will then be data-dependent. We address this problem by simultaneously evaluating all policies in a policy class $Π$ -- uniform convergence in OPE -- and obtain nearly optimal error bounds for a number of global / local policy classes. Our results imply that the model-based planning achieves an optimal episode complexity of $\widetilde{O}(H^3/d_mε^2)$ in identifying an $ε$-optimal policy under the time-inhomogeneous episodic MDP model ($H$ is the planning horizon, $d_m$ is a quantity that reflects the exploration of the logging policy $μ$). To the best of our knowledge, this is the first time the optimal rate is shown to be possible for the offline RL setting and the paper is the first that systematically investigates the uniform convergence in OPE.

Foundations

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

Your Notes