LGMLMar 8, 2022

A Complete Characterization of Linear Estimators for Offline Policy Evaluation

arXiv:2203.04236v26 citationsh-index: 96
AI Analysis

This work provides a foundational characterization for theoreticians and practitioners in reinforcement learning, addressing when offline policy evaluation is tractable with linear function approximation.

The paper tackles the problem of offline policy evaluation in reinforcement learning by identifying necessary and sufficient conditions for classical linear estimators like Fitted Q-iteration and least squares temporal difference learning to succeed, establishing a precise hierarchy and proving that LSTD works under weaker conditions than FQI.

Offline policy evaluation is a fundamental statistical problem in reinforcement learning that involves estimating the value function of some decision-making policy given data collected by a potentially different policy. In order to tackle problems with complex, high-dimensional observations, there has been significant interest from theoreticians and practitioners alike in understanding the possibility of function approximation in reinforcement learning. Despite significant study, a sharp characterization of when we might expect offline policy evaluation to be tractable, even in the simplest setting of linear function approximation, has so far remained elusive, with a surprising number of strong negative results recently appearing in the literature. In this work, we identify simple control-theoretic and linear-algebraic conditions that are necessary and sufficient for classical methods, in particular Fitted Q-iteration (FQI) and least squares temporal difference learning (LSTD), to succeed at offline policy evaluation. Using this characterization, we establish a precise hierarchy of regimes under which these estimators succeed. We prove that LSTD works under strictly weaker conditions than FQI. Furthermore, we establish that if a problem is not solvable via LSTD, then it cannot be solved by a broad class of linear estimators, even in the limit of infinite data. Taken together, our results provide a complete picture of the behavior of linear estimators for offline policy evaluation, unify previously disparate analyses of canonical algorithms, and provide significantly sharper notions of the underlying statistical complexity of offline policy evaluation.

Foundations

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

Your Notes