paper-with-me

Papers

Learning Bellman Complete Representations for Offline Policy Evaluation

2022-07-12 · Jonathan D. Chang, Kaiwen Wang, Nathan Kallus, Wen Sun

We study representation learning for Offline Reinforcement Learning (RL), focusing on the important task of Offline Policy Evaluation (OPE). Recent work shows that, in contrast to supervised learning, realizability of the Q-function is not enough for learning it. Two sufficient conditions for sample-efficient OPE are Bellman completeness and coverage. Prior work often assumes that representations satisfying these conditions are given, with results being mostly theoretical in nature. In this work, we propose BCRL, which directly learns from data an approximately linear Bellman complete representation with good coverage. With this learned representation, we perform OPE using Least Square Policy Evaluation (LSPE) with linear functions in our learned representation. We present an end-to-end theoretical analysis, showing that our two-stage algorithm enjoys polynomial sample complexity provided some representation in the rich class considered is linear Bellman complete. Empirically, we extensively evaluate our algorithm on challenging, image-based continuous control tasks from the Deepmind Control Suite. We show our representation enables better OPE compared to previous representation learning methods developed for off-policy RL (e.g., CURL, SPR). BCRL achieve competitive OPE error with the state-of-the-art method Fitted Q-Evaluation (FQE), and beats FQE when evaluating beyond the initial state distribution. Our ablations show that both linear Bellman complete and coverage components of our method are crucial.

📄 PDF Abstract BibTeX arXiv:2207.05837

Code (1)

causalml/bcrl 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Fitted Q-Evaluation without Bellman Completeness via Occupancy Weighting

2025-12-29 · Lars van der Laan, Nathan Kallus arxiv

Fitted \(Q\)-evaluation (FQE) is a standard regression-based method for off-policy evaluation, but under distribution shift, value-function realizability alone does not ensure convergence, and existing analyses often req…

Fitted Occupancy-Ratio Evaluation without Bellman Completeness

2026-07-06 · Lars van der Laan, Nathan Kallus arxiv

Occupancy ratios correct distribution shift in offline reinforcement learning and are central to off-policy evaluation. Existing primal-dual and minimax methods typically estimate these ratios by enforcing occupancy-bala…

Reinforcement Learning

Soft Fitted Q-Iteration without Bellman Completeness: Occupancy Reweighting and Temperature Annealing

2025-12-30 · Lars van der Laan, Nathan Kallus arxiv

Fitted \(Q\)-iteration (FQI) is a standard regression-based method for optimal control in offline reinforcement learning, but its stability under function approximation often relies on Bellman completeness, which require…

Reinforcement Learning

The Role of Inherent Bellman Error in Offline Reinforcement Learning with Linear Function Approximation

2024-06-17 · Noah Golowich, Ankur Moitra

In this paper, we study the offline RL problem with linear function approximation. Our main structural assumption is that the MDP has low inherent Bellman error, which stipulates that linear value functions have linear B…

Offline RL

Bellman Calibration for $V$-Learning in Offline Reinforcement Learning

2025-12-29 · Lars van der Laan, Nathan Kallus arxiv

Reliable long-horizon value prediction is difficult in offline reinforcement learning because fitted value methods combine bootstrapping, function approximation, and distribution shift, while standard guarantees often re…

Reinforcement LearningValue prediction