paper-with-me

Papers

Statistical Bootstrapping for Uncertainty Estimation in Off-Policy Evaluation

2020-07-27 · Ilya Kostrikov, Ofir Nachum

In reinforcement learning, it is typical to use the empirically observed transitions and rewards to estimate the value of a policy via either model-based or Q-fitting approaches. Although straightforward, these techniques in general yield biased estimates of the true value of the policy. In this work, we investigate the potential for statistical bootstrapping to be used as a way to take these biased estimates and produce calibrated confidence intervals for the true value of the policy. We identify conditions - specifically, sufficient data size and sufficient coverage - under which statistical bootstrapping in this setting is guaranteed to yield correct confidence intervals. In practical situations, these conditions often do not hold, and so we discuss and propose mechanisms that can be employed to mitigate their effects. We evaluate our proposed method and show that it can yield accurate confidence intervals in a variety of conditions, including challenging continuous control environments and small data regimes.

📄 PDF Abstract BibTeX arXiv:2007.13609

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlOff-policy evaluation

Similar Papers 제목 키워드 기반

Bootstrapping Fitted Q-Evaluation for Off-Policy Inference

2021-02-06 · Botao Hao, Xiang Ji, Yaqi Duan, Hao Lu 외

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…

Off-policy evaluation

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)

Twin-Boot: Uncertainty-Aware Optimization via Online Two-Sample Bootstrapping

2025-08-20 · Carlos Stein Brito arxiv

Standard gradient descent methods yield point estimates with no measure of confidence. This limitation is acute in overparameterized and low-data regimes, where models have many parameters relative to available data and …

Pessimistic Bootstrapping for Uncertainty-Driven Offline Reinforcement Learning

2022-02-23 · ICLR 2022 4 · Chenjia Bai, Lingxiao Wang, Zhuoran Yang, Zhihong Deng 외

Offline Reinforcement Learning (RL) aims to learn policies from previously collected datasets without exploring the environment. Directly applying off-policy algorithms to offline RL usually fails due to the extrapolatio…

D4RLOffline RLreinforcement-learningReinforcement Learning+2

Collaborative Weighting with Pessimistic Critic for Mitigating Overestimation in Off-Policy Reinforcement Learning

2026-07-29 · Gong Gao, Xiao Lai, Ziqi Xie, Guojie Chen 외 arxiv

Deep off-policy reinforcement learning algorithms for continuous control typically rely on neural value function approximation to guide policy improvement. However, temporal-difference (TD) learning introduces noisy targ…

Reinforcement LearningContinuous Control