Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Counterfactual-Augmented Importance Sampling for Semi-Offline Policy Evaluation

About

In applying reinforcement learning (RL) to high-stakes domains, quantitative and qualitative evaluation using observational data can help practitioners understand the generalization performance of new policies. However, this type of off-policy evaluation (OPE) is inherently limited since offline data may not reflect the distribution shifts resulting from the application of new policies. On the other hand, online evaluation by collecting rollouts according to the new policy is often infeasible, as deploying new policies in these domains can be unsafe. In this work, we propose a semi-offline evaluation framework as an intermediate step between offline and online evaluation, where human users provide annotations of unobserved counterfactual trajectories. While tempting to simply augment existing data with such annotations, we show that this naive approach can lead to biased results. Instead, we design a new family of OPE estimators based on importance sampling (IS) and a novel weighting scheme that incorporate counterfactual annotations without introducing additional bias. We analyze the theoretical properties of our approach, showing its potential to reduce both bias and variance compared to standard IS estimators. Our analyses reveal important practical considerations for handling biased, noisy, or missing annotations. In a series of proof-of-concept experiments involving bandits and a healthcare-inspired simulator, we demonstrate that our approach outperforms purely offline IS estimators and is robust to imperfect annotations. Our framework, combined with principled human-centered design of annotation solicitation, can enable the application of RL in high-stakes domains.

Shengpu Tang, Jenna Wiens• 2023

Related benchmarks

TaskDatasetResultRank
Off-policy EvaluationMIMIC IV
Interval Length0.007
11
Off-policy EvaluationSepsis
Interval Length0.007
11
Off-policy EvaluationD4RL Half Cheetah
Interval Length142.1
11
Off-policy EvaluationInventory
Point Estimate Error-428.5
9
Off-policy EvaluationSepsis Synthetic (test)
Confidence Interval-0.001
8
Off-policy EvaluationMIMIC-IV Synthetic via VAE (test)
Confidence Interval0.711
8
Off-policy EvaluationD4RL Half Cheetah Synthetic via VAE (test)
Confidence Interval973.2
8
Off-policy EvaluationInventory (test)
Confidence Interval-808.5
8
Off-policy EvaluationSepsis Simulator
RMSE0.013
6
Showing 9 of 9 rows

Other info

Code

Follow for update