paper-with-me

홈 › Papers

PERRY: Policy Evaluation with Confidence Intervals using Auxiliary Data

2025-07-26 · Aishwarya Mandyam, Jason Meng, Ge Gao, Jiankai Sun, Mac Schwager, Barbara E. Engelhardt, Emma Brunskill arxiv

Off-policy evaluation (OPE) methods estimate the value of a new reinforcement learning (RL) policy prior to deployment. Recent advances have shown that leveraging auxiliary datasets, such as those synthesized by generative models, can improve the accuracy of OPE methods. Unfortunately, such auxiliary datasets may also be biased, and existing methods for using data augmentation within OPE lack principled uncertainty quantification. In high stakes domains like healthcare, reliable uncertainty estimates are important for ensuring safe and informed deployment of RL policies. In this work, we propose two methods to construct valid confidence intervals for OPE with data augmentation. The first provides a confidence interval over $V^π(s)$, the policy value conditioned on an initial state $s$. To do so we introduce a new conformal prediction method suitable for Markov Decision Processes (MDPs) with continuous state spaces, extending prior work to higher-dimensional settings. Second, we consider the more common task of estimating the average policy performance over all initial states, $V^π$; we introduce a method that draws on ideas from doubly robust estimation and prediction powered inference. Across simulators spanning inventory management, robotics, healthcare, and a real healthcare dataset from MIMIC-IV, we find that our methods can effectively leverage auxiliary data and consistently produce confidence intervals that cover the ground truth policy values, unlike previously proposed methods. Our work enables a future in which OPE can provide rigorous uncertainty estimates for high-stakes domains.

📄 PDF Abstract BibTeX arXiv:2507.20068

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningData Augmentation

Similar Papers 제목 키워드 기반

CoinDICE: Off-Policy Confidence Interval Estimation

2020-10-22 · NeurIPS 2020 12 · Bo Dai, Ofir Nachum, Yinlam Chow, Lihong Li 외

We study high-confidence behavior-agnostic off-policy evaluation in reinforcement learning, where the goal is to estimate a confidence interval on a target policy's value, given only access to a static experience dataset…

Off-policy evaluationReinforcement Learning (RL)valid

Statistical Bootstrapping for Uncertainty Estimation in Off-Policy Evaluation

2020-07-27 · Ilya Kostrikov, Ofir Nachum

In reinforcement learning, it is typical to use the empirically observed transitions and rewards to estimate the value of a policy via either model-based or Q-fitting approaches. Although straightforward, these technique…

continuous-controlContinuous ControlOff-policy evaluation

Adaptive Temporal-Difference Learning for Policy Evaluation with Per-State Uncertainty Estimates

2019-06-19 · NeurIPS 2019 12 · Hugo Penedones, Carlos Riquelme, Damien Vincent, Hartmut Maennel 외

We consider the core reinforcement-learning problem of on-policy value function approximation from a batch of trajectory data, and focus on various issues of Temporal Difference (TD) learning and Monte Carlo (MC) policy …

Reinforcement Learning

Accountable Off-Policy Evaluation With Kernel Bellman Statistics

2020-08-15 · Yihao Feng, Tongzheng Ren, Ziyang Tang, Qiang Liu

We consider off-policy evaluation (OPE), which evaluates the performance of a new policy from observed data collected from previous experiments, without requiring the execution of the new policy. This finds important app…

Medical DiagnosisOff-policy evaluationRecommendation Systems

Bootstrapping with Models: Confidence Intervals for Off-Policy Evaluation

2016-06-20 · Josiah P. Hanna, Peter Stone, Scott Niekum

For an autonomous agent, executing a poor policy may be costly or even dangerous. For such agents, it is desirable to determine confidence interval lower bounds on the performance of any given policy without executing sa…

Off-policy evaluation