Distributional Offline Policy Evaluation with Predictive Error Guarantees
Runzhe Wu, Masatoshi Uehara, Wen Sun
TL;DR
This work tackles distributional offline policy evaluation by estimating the full return distribution $Z^\pi$ from offline data. It introduces Fitted Likelihood Estimation (FLE), an MLE-based procedure that can incorporate powerful probabilistic generative models (e.g., Gaussian mixtures, diffusion models) and supports both finite-horizon and infinite-horizon MDPs with vector rewards. The authors prove PAC-style guarantees: finite-horizon accuracy in total variation under data coverage and Bellman completeness, and infinite-horizon accuracy in Wasserstein distance due to contractivity, with rates tied to MLE generalization and horizon. Empirically, FLE with diffusion models and GMMs accurately recovers complex multi-dimensional return distributions, outperforming distributional TD baselines, especially in multi-dimensional settings. Overall, the work demonstrates a flexible, scalable approach to distributional OPE with provable guarantees and broad applicability to risk-sensitive and multi-objective settings.
Abstract
We study the problem of estimating the distribution of the return of a policy using an offline dataset that is not generated from the policy, i.e., distributional offline policy evaluation (OPE). We propose an algorithm called Fitted Likelihood Estimation (FLE), which conducts a sequence of Maximum Likelihood Estimation (MLE) and has the flexibility of integrating any state-of-the-art probabilistic generative models as long as it can be trained via MLE. FLE can be used for both finite-horizon and infinite-horizon discounted settings where rewards can be multi-dimensional vectors. Our theoretical results show that for both finite-horizon and infinite-horizon discounted settings, FLE can learn distributions that are close to the ground truth under total variation distance and Wasserstein distance, respectively. Our theoretical results hold under the conditions that the offline data covers the test policy's traces and that the supervised learning MLE procedures succeed. Experimentally, we demonstrate the performance of FLE with two generative models, Gaussian mixture models and diffusion models. For the multi-dimensional reward setting, FLE with diffusion models is capable of estimating the complicated distribution of the return of a test policy.
