Multiple-policy Evaluation via Density Estimation
Yilei Chen, Aldo Pacchiano, Ioannis Ch. Paschalidis
TL;DR
This paper tackles offline evaluation of multiple policies by introducing CAESAR, a two-phase method that first builds coarse visitation estimators and then constructs an approximately optimal offline sampling distribution to jointly estimate policy values. The second phase estimates importance-weighting ratios via IDES, a step-wise extension of DualDICE tailored to finite-horizon MDPs, with high-probability guarantees achieved using a Median-of-Means approach. The main result provides a non-asymptotic, instance-dependent sample complexity that scales with the visitation overlaps of target policies, offering improvements over trajectory-stitching baselines and mitigating dependence on the number of policies $K$. Additional contributions include MARCH for coarse, scalable estimation across many deterministic policies and policy identification extensions, expanding the utility of coarse density estimation in offline RL. Overall, CAESAR advances practical, provable multi-policy evaluation by leveraging density estimation to design efficient behavior distributions and robust ratio estimators.
Abstract
We study the multiple-policy evaluation problem where we are given a set of $K$ policies and the goal is to evaluate their performance (expected total reward over a fixed horizon) to an accuracy $ε$ with probability at least $1-δ$. We propose an algorithm named $\mathrm{CAESAR}$ for this problem. Our approach is based on computing an approximate optimal offline sampling distribution and using the data sampled from it to perform the simultaneous estimation of the policy values. $\mathrm{CAESAR}$ has two phases. In the first we produce coarse estimates of the visitation distributions of the target policies at a low order sample complexity rate that scales with $\tilde{O}(\frac{1}ε)$. In the second phase, we approximate the optimal offline sampling distribution and compute the importance weighting ratios for all target policies by minimizing a step-wise quadratic loss function inspired by the DualDICE \cite{nachum2019dualdice} objective. Up to low order and logarithmic terms $\mathrm{CAESAR}$ achieves a sample complexity $\tilde{O}\left(\frac{H^4}{ε^2}\sum_{h=1}^H\max_{k\in[K]}\sum_{s,a}\frac{(d_h^{π^k}(s,a))^2}{μ^*_h(s,a)}\right)$, where $d^π$ is the visitation distribution of policy $π$, $μ^*$ is the optimal sampling distribution, and $H$ is the horizon.
