paper-with-me

Papers

Adaptive Temporal-Difference Learning for Policy Evaluation with Per-State Uncertainty Estimates

2019-06-19 · NeurIPS 2019 12 · Hugo Penedones, Carlos Riquelme, Damien Vincent, Hartmut Maennel, Timothy Mann, Andre Barreto, Sylvain Gelly, Gergely Neu

We consider the core reinforcement-learning problem of on-policy value function approximation from a batch of trajectory data, and focus on various issues of Temporal Difference (TD) learning and Monte Carlo (MC) policy evaluation. The two methods are known to achieve complementary bias-variance trade-off properties, with TD tending to achieve lower variance but potentially higher bias. In this paper, we argue that the larger bias of TD can be a result of the amplification of local approximation errors. We address this by proposing an algorithm that adaptively switches between TD and MC in each state, thus mitigating the propagation of errors. Our method is based on learned confidence intervals that detect biases of TD estimates. We demonstrate in a variety of policy evaluation tasks that this simple adaptive algorithm performs competitively with the best approach in hindsight, suggesting that learned confidence intervals are a powerful technique for adapting policy evaluation to use TD or MC returns in a data-driven way.

📄 PDF Abstract BibTeX arXiv:1906.07987

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Fast Multi-Agent Temporal-Difference Learning via Homotopy Stochastic Primal-Dual Optimization

2019-08-07 · Dongsheng Ding, Xiaohan Wei, Zhuoran Yang, Zhaoran Wang 외

We study the policy evaluation problem in multi-agent reinforcement learning where a group of agents, with jointly observed states and private local actions and rewards, collaborate to learn the value function of a given…

Multi-agent Reinforcement LearningReinforcement LearningStochastic Optimization

On the Convergence of Policy Mirror Descent with Temporal Difference Evaluation

2025-09-23 · Jiacai Liu, Wenye Li, Ke Wei arxiv

Policy mirror descent (PMD) is a general policy optimization framework in reinforcement learning, which can cover a wide range of typical policy optimization methods by specifying different mirror maps. Existing analysis…

Reinforcement Learning

Robust and Adaptive Temporal-Difference Learning Using An Ensemble of Gaussian Processes

2021-12-01 · Qin Lu, Georgios B. Giannakis

Value function approximation is a crucial module for policy evaluation in reinforcement learning when the state space is large or continuous. The present paper takes a generative perspective on policy evaluation via temp…

Gaussian Processes

A Non-Parametric Approach to Dynamic Programming

2011-12-01 · NeurIPS 2011 12 · Oliver B. Kroemer, Jan R. Peters

In this paper, we consider the problem of policy evaluation for continuous-state systems. We present a non-parametric approach to policy evaluation, which uses kernel density estimation to represent the system. The true …

Density Estimation

H-TD2: Hybrid Temporal Difference Learning for Adaptive Urban Taxi Dispatch

2021-05-05 · Benjamin Rivière, Soon-Jo Chung

We present H-TD2: Hybrid Temporal Difference Learning for Taxi Dispatch, a model-free, adaptive decision-making algorithm to coordinate a large fleet of automated taxis in a dynamic urban environment to minimize expected…

Decision Making