paper-with-me

홈 › Papers

A Unified Off-Policy Evaluation Approach for General Value Function

2021-07-06 · Tengyu Xu, Zhuoran Yang, Zhaoran Wang, Yingbin Liang

General Value Function (GVF) is a powerful tool to represent both the {\em predictive} and {\em retrospective} knowledge in reinforcement learning (RL). In practice, often multiple interrelated GVFs need to be evaluated jointly with pre-collected off-policy samples. In the literature, the gradient temporal difference (GTD) learning method has been adopted to evaluate GVFs in the off-policy setting, but such an approach may suffer from a large estimation error even if the function approximation class is sufficiently expressive. Moreover, none of the previous work have formally established the convergence guarantee to the ground truth GVFs under the function approximation settings. In this paper, we address both issues through the lens of a class of GVFs with causal filtering, which cover a wide range of RL applications such as reward variance, value gradient, cost in anomaly detection, stationary distribution gradient, etc. We propose a new algorithm called GenTD for off-policy GVFs evaluation and show that GenTD learns multiple interrelated multi-dimensional GVFs as efficiently as a single canonical scalar value function. We further show that unlike GTD, the learned GVFs by GenTD are guaranteed to converge to the ground truth GVFs as long as the function approximation power is sufficiently large. To our best knowledge, GenTD is the first off-policy GVF evaluation algorithm that has global optimality guarantee.

📄 PDF Abstract BibTeX arXiv:2107.02711

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionOff-policy evaluationReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Minimax Value Interval for Off-Policy Evaluation and Policy Optimization

2020-02-06 · NeurIPS 2020 12 · Nan Jiang, Jiawei Huang

We study minimax methods for off-policy evaluation (OPE) using value functions and marginalized importance weights. Despite that they hold promises of overcoming the exponential variance in traditional importance samplin…

Efficient ExplorationOff-policy evaluationvalid

Equivalence of stochastic and deterministic policy gradients

2025-05-29 · Emo Todorov

Policy gradients in continuous control have been derived for both stochastic and deterministic policies. Here we study the relationship between the two. In a widely-used family of MDPs involving Gaussian control noise an…

continuous-controlContinuous ControlPolicy Gradient Methods

Inverse Policy Evaluation for Value-based Sequential Decision-making

2020-08-26 · Alan Chan, Kris de Asis, Richard S. Sutton

Value-based methods for reinforcement learning lack generally applicable ways to derive behavior from a value function. Many approaches involve approximate value iteration (e.g., $Q$-learning), and acting greedily with r…

Decision MakingQ-LearningSequential Decision Making

First-order Policy Optimization for Robust Policy Evaluation

2023-07-29 · Yan Li, Guanghui Lan

We adopt a policy optimization viewpoint towards policy evaluation for robust Markov decision process with $\mathrm{s}$-rectangular ambiguity sets. The developed method, named first-order policy evaluation (FRPE), provid…

Unified continuous-time q-learning for mean-field game and mean-field control problems

2024-07-05 · Xiaoli Wei, Xiang Yu, Fengyi Yuan

This paper studies the continuous-time q-learning in mean-field jump-diffusion models when the population distribution is not directly observable. We propose the integrated q-function in decoupled form (decoupled Iq-func…

Q-Learning