paper-with-me

Papers

Effective Multi-step Temporal-Difference Learning for Non-Linear Function Approximation

2016-08-18 · Harm van Seijen

Multi-step temporal-difference (TD) learning, where the update targets contain information from multiple time steps ahead, is one of the most popular forms of TD learning for linear function approximation. The reason is that multi-step methods often yield substantially better performance than their single-step counter-parts, due to a lower bias of the update targets. For non-linear function approximation, however, single-step methods appear to be the norm. Part of the reason could be that on many domains the popular multi-step methods TD($\lambda$) and Sarsa($\lambda$) do not perform well when combined with non-linear function approximation. In particular, they are very susceptible to divergence of value estimates. In this paper, we identify the reason behind this. Furthermore, based on our analysis, we propose a new multi-step TD method for non-linear function approximation that addresses this issue. We confirm the effectiveness of our method using two benchmark tasks with neural networks as function approximation.

📄 PDF Abstract BibTeX arXiv:1608.05151

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Temporal Difference Learning as Gradient Splitting

2020-10-27 · Rui Liu, Alex Olshevsky

Temporal difference learning with linear function approximation is a popular method to obtain a low-dimensional approximation of the value function of a policy in a Markov Decision Process. We give a new interpretation o…

On a convergent off -policy temporal difference learning algorithm in on-line learning environment

2016-05-19 · Prasenjit Karmakar, Rajkumar Maity, Shalabh Bhatnagar

In this paper we provide a rigorous convergence analysis of a "off"-policy temporal difference learning algorithm with linear function approximation and per time-step linear computational complexity in "online" learning …

Emphatic Temporal-Difference Learning

2015-07-06 · A. Rupam Mahmood, Huizhen Yu, Martha White, Richard S. Sutton

Emphatic algorithms are temporal-difference learning algorithms that change their effective state distribution by selectively emphasizing and de-emphasizing their updates on different time steps. Recent works by Sutton, …

Learning Feature Relevance Through Step Size Adaptation in Temporal-Difference Learning

2019-03-08 · Alex Kearney, Vivek Veeriah, Jaden Travnik, Patrick M. Pilarski 외

There is a long history of using meta learning as representation learning, specifically for determining the relevance of inputs. In this paper, we examine an instance of meta-learning in which feature relevance is learne…

Meta-LearningRepresentation Learning

Exact Formulas for Finite-Time Estimation Errors of Decentralized Temporal Difference Learning with Linear Function Approximation

2022-04-20 · Xingang Guo, Bin Hu

In this paper, we consider the policy evaluation problem in multi-agent reinforcement learning (MARL) and derive exact closed-form formulas for the finite-time mean-squared estimation errors of decentralized temporal dif…

Multi-agent Reinforcement Learning