paper-with-me

Papers

Source Traces for Temporal Difference Learning

2019-02-08 · Silviu Pitis

This paper motivates and develops source traces for temporal difference (TD) learning in the tabular setting. Source traces are like eligibility traces, but model potential histories rather than immediate ones. This allows TD errors to be propagated to potential causal states and leads to faster generalization. Source traces can be thought of as the model-based, backward view of successor representations (SR), and share many of the same benefits. This view, however, suggests several new ideas. First, a TD($\lambda$)-like source learning algorithm is proposed and its convergence is proven. Then, a novel algorithm for learning the source map (or SR matrix) is developed and shown to outperform the previous algorithm. Finally, various approaches to using the source/SR model are explored, and it is shown that source traces can be effectively combined with other model-based methods like Dyna and experience replay.

📄 PDF Abstract BibTeX arXiv:1902.02907

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Truncated Emphatic Temporal Difference Methods for Prediction and Control

2021-08-11 · Shangtong Zhang, Shimon Whiteson

Emphatic Temporal Difference (TD) methods are a class of off-policy Reinforcement Learning (RL) methods involving the use of followon traces. Despite the theoretical success of emphatic TD methods in addressing the notor…

PredictionReinforcement Learning (RL)

A Unified Approach for Multi-step Temporal-Difference Learning with Eligibility Traces in Reinforcement Learning

2018-02-09 · Long Yang, Minhao Shi, Qian Zheng, Wenjia Meng 외

Recently, a new multi-step temporal learning algorithm, called $Q(\sigma)$, unifies $n$-step Tree-Backup (when $\sigma=0$) and $n$-step Sarsa (when $\sigma=1$) by introducing a sampling parameter $\sigma$. However, simil…

Reinforcement Learning

Distilling Information Reliability and Source Trustworthiness from Digital Traces

2016-10-24 · Behzad Tabibian, Isabel Valera, Mehrdad Farajtabar, Le Song 외

Online knowledge repositories typically rely on their users or dedicated editors to evaluate the reliability of their content. These evaluations can be viewed as noisy measurements of both information reliability and inf…

Expected Eligibility Traces

2020-07-03 · Hado van Hasselt, Sephora Madjiheurem, Matteo Hessel, David Silver 외

The question of how to determine which states and actions are responsible for a certain outcome is known as the credit assignment problem and remains a central research question in reinforcement learning and artificial i…

counterfactual

A Finite Time Analysis of Temporal Difference Learning With Linear Function Approximation

2018-06-06 · Jalaj Bhandari, Daniel Russo, Raghav Singal

Temporal difference learning (TD) is a simple iterative algorithm used to estimate the value function corresponding to a given policy in a Markov decision process. Although TD is one of the most widely used algorithms in…

Q-LearningReinforcement Learning