English

Off-Policy Interval Estimation with Lipschitz Value Iteration

Machine Learning 2020-10-30 v1 Machine Learning

Abstract

Off-policy evaluation provides an essential tool for evaluating the effects of different policies or treatments using only observed data. When applied to high-stakes scenarios such as medical diagnosis or financial decision-making, it is crucial to provide provably correct upper and lower bounds of the expected reward, not just a classical single point estimate, to the end-users, as executing a poor policy can be very costly. In this work, we propose a provably correct method for obtaining interval bounds for off-policy evaluation in a general continuous setting. The idea is to search for the maximum and minimum values of the expected reward among all the Lipschitz Q-functions that are consistent with the observations, which amounts to solving a constrained optimization problem on a Lipschitz function space. We go on to introduce a Lipschitz value iteration method to monotonically tighten the interval, which is simple yet efficient and provably convergent. We demonstrate the practical efficiency of our method on a range of benchmarks.

Keywords

Cite

@article{arxiv.2010.15392,
  title  = {Off-Policy Interval Estimation with Lipschitz Value Iteration},
  author = {Ziyang Tang and Yihao Feng and Na Zhang and Jian Peng and Qiang Liu},
  journal= {arXiv preprint arXiv:2010.15392},
  year   = {2020}
}

Comments

To appear at NeurIPS 2020

R2 v1 2026-06-23T19:44:10.939Z