paper-with-me

Papers

Doubly Optimal Policy Evaluation for Reinforcement Learning

2024-10-03 · Shuze Liu, Claire Chen, Shangtong Zhang

Policy evaluation estimates the performance of a policy by (1) collecting data from the environment and (2) processing raw data into a meaningful estimate. Due to the sequential nature of reinforcement learning, any improper data-collecting policy or data-processing method substantially deteriorates the variance of evaluation results over long time steps. Thus, policy evaluation often suffers from large variance and requires massive data to achieve the desired accuracy. In this work, we design an optimal combination of data-collecting policy and data-processing baseline. Theoretically, we prove our doubly optimal policy evaluation method is unbiased and guaranteed to have lower variance than previously best-performing methods. Empirically, compared with previous works, we show our method reduces variance substantially and achieves superior empirical performance.

📄 PDF Abstract BibTeX arXiv:2410.02226

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Doubly Robust Off-Policy Actor-Critic Algorithms for Reinforcement Learning

2019-12-11 · Riashat Islam, Raihan Seraj, Samin Yeasar Arnob, Doina Precup

We study the problem of off-policy critic evaluation in several variants of value-based off-policy actor-critic algorithms. Off-policy actor-critic algorithms require an off-policy critic evaluation step, to estimate the…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+2

Doubly-Robust Off-Policy Evaluation with Estimated Logging Policy

2024-04-02 · Kyungbok Lee, Myunghee Cho Paik

We introduce a novel doubly-robust (DR) off-policy evaluation (OPE) estimator for Markov decision processes, DRUnknown, designed for situations where both the logging policy and the value function are unknown. The propos…

Multi-Armed BanditsOff-policy evaluation

More Robust Doubly Robust Off-policy Evaluation

2018-02-10 · ICML 2018 7 · Mehrdad Farajtabar, Yin-Lam Chow, Mohammad Ghavamzadeh

We study the problem of off-policy evaluation (OPE) in reinforcement learning (RL), where the goal is to estimate the performance of a policy from the data generated by another policy(ies). In particular, we focus on the…

Multi-Armed BanditsOff-policy evaluationReinforcement LearningReinforcement Learning (RL)

DoMo-AC: Doubly Multi-step Off-policy Actor-Critic Algorithm

2023-05-29 · Yunhao Tang, Tadashi Kozuno, Mark Rowland, Anna Harutyunyan 외

Multi-step learning applies lookahead over multiple time steps and has proved valuable in policy evaluation settings. However, in the optimal control case, the impact of multi-step learning has been relatively limited de…

Doubly Robust Off-policy Value Evaluation for Reinforcement Learning

2015-11-11 · Nan Jiang, Lihong Li

We study the problem of off-policy value evaluation in reinforcement learning (RL), where one aims to estimate the value of a new policy based on data collected by a different policy. This problem is often a critical ste…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1