Fitted Q Evaluation Without Bellman Completeness via Stationary Weighting
Lars van der Laan, Nathan Kallus
TL;DR
The paper addresses instability in off-policy value evaluation caused by a norm mismatch between the regression objective and the Bellman contraction geometry. It proposes stationary-weighted FQE, which reweights each regression step by an estimate of the stationary density ratio to align with the $L^2(\mu)$ geometry where the Bellman operator is a $\gamma$-contraction. The authors establish contraction-based guarantees without assuming realizability or Bellman completeness, provide finite-sample error bounds that decompose statistical and density-ratio effects, and show robustness to misspecification, including reward misspecification. They demonstrate empirically that stationary weighting restores geometric decay and prevents exponential divergence in challenging norm-mismatch scenarios, while adding minimal computational overhead. The approach offers a practical, theoretically grounded refinement to regression-based off-policy evaluation with potential applications in offline RL and beyond, and a companion work extends the idea to soft FQI in the control setting.
Abstract
Fitted Q-evaluation (FQE) is a central method for off-policy evaluation in reinforcement learning, but it generally requires Bellman completeness: that the hypothesis class is closed under the evaluation Bellman operator. This requirement is challenging because enlarging the hypothesis class can worsen completeness. We show that the need for this assumption stems from a fundamental norm mismatch: the Bellman operator is gamma-contractive under the stationary distribution of the target policy, whereas FQE minimizes Bellman error under the behavior distribution. We propose a simple fix: reweight each regression step using an estimate of the stationary density ratio, thereby aligning FQE with the norm in which the Bellman operator contracts. This enables strong evaluation guarantees in the absence of realizability or Bellman completeness, avoiding the geometric error blow-up of standard FQE in this setting while maintaining the practicality of regression-based evaluation.
