Table of Contents
Fetching ...

Bellman Calibration for V-Learning in Offline Reinforcement Learning

Lars van der Laan, Nathan Kallus

TL;DR

The paper tackles calibration of long-horizon off-policy value predictions in offline reinforcement learning without relying on Bellman completeness. It introduces Iterated Bellman Calibration, a post-hoc procedure that learns a one-dimensional calibrator via regressing doubly robust Bellman targets onto an existing value predictor, using histogram, isotonic, or hybrid calibration strategies. The authors formalize weak and strong Bellman calibration, provide finite-sample guarantees for calibration and prediction, and demonstrate that calibration can improve or preserve predictive accuracy. Practically, the method enables reliable, computation-efficient post-hoc adjustment of calibrated value estimates, with strong performance gains for misspecified or under-trained estimators, especially neural networks.

Abstract

We introduce Iterated Bellman Calibration, a simple, model-agnostic, post-hoc procedure for calibrating off-policy value predictions in infinite-horizon Markov decision processes. Bellman calibration requires that states with similar predicted long-term returns exhibit one-step returns consistent with the Bellman equation under the target policy. We adapt classical histogram and isotonic calibration to the dynamic, counterfactual setting by repeatedly regressing fitted Bellman targets onto a model's predictions, using a doubly robust pseudo-outcome to handle off-policy data. This yields a one-dimensional fitted value iteration scheme that can be applied to any value estimator. Our analysis provides finite-sample guarantees for both calibration and prediction under weak assumptions, and critically, without requiring Bellman completeness or realizability.

Bellman Calibration for V-Learning in Offline Reinforcement Learning

TL;DR

The paper tackles calibration of long-horizon off-policy value predictions in offline reinforcement learning without relying on Bellman completeness. It introduces Iterated Bellman Calibration, a post-hoc procedure that learns a one-dimensional calibrator via regressing doubly robust Bellman targets onto an existing value predictor, using histogram, isotonic, or hybrid calibration strategies. The authors formalize weak and strong Bellman calibration, provide finite-sample guarantees for calibration and prediction, and demonstrate that calibration can improve or preserve predictive accuracy. Practically, the method enables reliable, computation-efficient post-hoc adjustment of calibrated value estimates, with strong performance gains for misspecified or under-trained estimators, especially neural networks.

Abstract

We introduce Iterated Bellman Calibration, a simple, model-agnostic, post-hoc procedure for calibrating off-policy value predictions in infinite-horizon Markov decision processes. Bellman calibration requires that states with similar predicted long-term returns exhibit one-step returns consistent with the Bellman equation under the target policy. We adapt classical histogram and isotonic calibration to the dynamic, counterfactual setting by repeatedly regressing fitted Bellman targets onto a model's predictions, using a doubly robust pseudo-outcome to handle off-policy data. This yields a one-dimensional fitted value iteration scheme that can be applied to any value estimator. Our analysis provides finite-sample guarantees for both calibration and prediction under weak assumptions, and critically, without requiring Bellman completeness or realizability.
Paper Structure (29 sections, 15 theorems, 141 equations, 1 figure, 5 tables, 2 algorithms)

This paper contains 29 sections, 15 theorems, 141 equations, 1 figure, 5 tables, 2 algorithms.

Key Result

Theorem 1

Under cond::A1,

Figures (1)

  • Figure 1: Piecewise-constant calibration maps showing the calibrated values $\hat{v}^{\mathrm{cal}}(S)$ as a function of the original predictions $\hat{v}(S)$ using (a) histogram and (b) isotonic calibration

Theorems & Definitions (29)

  • Theorem 1: Calibration--Refinement Bound
  • Theorem 2: Doubly robust errors
  • Theorem 3: Calibration Error for Histogram Binning
  • Theorem 4: Estimation Error for Histogram Binning
  • Theorem 5: Calibration Error for Isotonic Calibration
  • Theorem 6: Calibration and Estimation Error for Alg. \ref{['alg::iso-hist']}
  • Lemma 1: Bellman contraction under a stationary measure
  • proof
  • Lemma 2: Stationarity under coarsening
  • proof
  • ...and 19 more