Conformal Off-Policy Evaluation in Markov Decision Processes
Daniele Foffano, Alessio Russo, Alexandre Proutiere
TL;DR
The paper tackles offline off-policy evaluation in finite-horizon MDPs by building conformal prediction intervals that guarantee the target policy value with a user-specified confidence. It develops a weighted CP framework to compensate distribution shift between behavior and target policies and introduces asymmetric score-based refinements (double-quantile and shifted-values) to center predictions toward the target policy. It provides practical offline-estimation strategies for likelihood ratios, including Monte-Carlo, empirical, and gradient approaches, and demonstrates that the proposed CP methods yield shorter, well-calibrated intervals compared to standard baselines in an inventory control setup. The study highlights the distribution-free, non-asymptotic guarantees of CP in OPE and points to future work on more scalable likelihood-ratio estimation and broader empirical validation.
Abstract
Reinforcement Learning aims at identifying and evaluating efficient control policies from data. In many real-world applications, the learner is not allowed to experiment and cannot gather data in an online manner (this is the case when experimenting is expensive, risky or unethical). For such applications, the reward of a given policy (the target policy) must be estimated using historical data gathered under a different policy (the behavior policy). Most methods for this learning task, referred to as Off-Policy Evaluation (OPE), do not come with accuracy and certainty guarantees. We present a novel OPE method based on Conformal Prediction that outputs an interval containing the true reward of the target policy with a prescribed level of certainty. The main challenge in OPE stems from the distribution shift due to the discrepancies between the target and the behavior policies. We propose and empirically evaluate different ways to deal with this shift. Some of these methods yield conformalized intervals with reduced length compared to existing approaches, while maintaining the same certainty level.
