paper-with-me

Papers

Bootstrapping Fitted Q-Evaluation for Off-Policy Inference

2021-02-06 · Botao Hao, Xiang Ji, Yaqi Duan, Hao Lu, Csaba Szepesvári, Mengdi Wang

Bootstrapping provides a flexible and effective approach for assessing the quality of batch reinforcement learning, yet its theoretical property is less understood. In this paper, we study the use of bootstrapping in off-policy evaluation (OPE), and in particular, we focus on the fitted Q-evaluation (FQE) that is known to be minimax-optimal in the tabular and linear-model cases. We propose a bootstrapping FQE method for inferring the distribution of the policy evaluation error and show that this method is asymptotically efficient and distributionally consistent for off-policy statistical inference. To overcome the computation limit of bootstrapping, we further adapt a subsampling procedure that improves the runtime by an order of magnitude. We numerically evaluate the bootrapping method in classical RL environments for confidence interval estimation, estimating the variance of off-policy evaluator, and estimating the correlation between multiple off-policy evaluators.

📄 PDF Abstract BibTeX arXiv:2102.03607

Code (0)

등록된 구현이 없습니다.

Tasks

Off-policy evaluation

Similar Papers 제목 키워드 기반

Off-Policy Fitted Q-Evaluation with Differentiable Function Approximators: Z-Estimation and Inference Theory

2022-02-10 · Ruiqi Zhang, Xuezhou Zhang, Chengzhuo Ni, Mengdi Wang

Off-Policy Evaluation (OPE) serves as one of the cornerstones in Reinforcement Learning (RL). Fitted Q Evaluation (FQE) with various function approximators, especially deep neural networks, has gained practical success. …

Off-policy evaluationReinforcement Learning (RL)

Bootstrapping with Models: Confidence Intervals for Off-Policy Evaluation

2016-06-20 · Josiah P. Hanna, Peter Stone, Scott Niekum

For an autonomous agent, executing a poor policy may be costly or even dangerous. For such agents, it is desirable to determine confidence interval lower bounds on the performance of any given policy without executing sa…

Off-policy evaluation

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

A Principled Path to Fitted Distributional Evaluation

2025-06-24 · Sungee Hong, Jiayi Wang, Zhengling Qi, Raymond Ka Wai Wong

In reinforcement learning, distributional off-policy evaluation (OPE) focuses on estimating the return distribution of a target policy using offline data collected under a different policy. This work focuses on extending…

Atari GamesOff-policy evaluationreinforcement-learningReinforcement Learning

Sparse Feature Selection Makes Batch Reinforcement Learning More Sample Efficient

2020-11-08 · Botao Hao, Yaqi Duan, Tor Lattimore, Csaba Szepesvári 외

This paper provides a statistical analysis of high-dimensional batch Reinforcement Learning (RL) using sparse linear function approximation. When there is a large number of candidate features, our result sheds light on t…

feature selectionModel Selectionreinforcement-learningReinforcement Learning+1