LGMLNov 8, 2020

Reliable Off-policy Evaluation for Reinforcement Learning

arXiv:2011.04102v316 citations
AI Analysis

This addresses the need for reliable uncertainty quantification in high-stake environments like healthcare and education, where off-policy evaluation is crucial due to safety or ethical constraints.

The paper tackles the problem of off-policy evaluation in reinforcement learning by proposing a novel framework that provides robust and optimistic cumulative reward estimates with non-asymptotic and asymptotic guarantees, supported by empirical analysis.

In a sequential decision-making problem, off-policy evaluation estimates the expected cumulative reward of a target policy using logged trajectory data generated from a different behavior policy, without execution of the target policy. Reinforcement learning in high-stake environments, such as healthcare and education, is often limited to off-policy settings due to safety or ethical concerns, or inability of exploration. Hence it is imperative to quantify the uncertainty of the off-policy estimate before deployment of the target policy. In this paper, we propose a novel framework that provides robust and optimistic cumulative reward estimates using one or multiple logged trajectories data. Leveraging methodologies from distributionally robust optimization, we show that with proper selection of the size of the distributional uncertainty set, these estimates serve as confidence bounds with non-asymptotic and asymptotic guarantees under stochastic or adversarial environments. Our results are also generalized to batch reinforcement learning and are supported by empirical analysis.

Foundations

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

Your Notes