paper-with-me

Papers

Finite time analysis of temporal difference learning with linear function approximation: Tail averaging and regularisation

2022-10-12 · Gandharv Patil, Prashanth L. A., Dheeraj Nagaraj, Doina Precup

We study the finite-time behaviour of the popular temporal difference (TD) learning algorithm when combined with tail-averaging. We derive finite time bounds on the parameter error of the tail-averaged TD iterate under a step-size choice that does not require information about the eigenvalues of the matrix underlying the projected TD fixed point. Our analysis shows that tail-averaged TD converges at the optimal $O\left(1/t\right)$ rate, both in expectation and with high probability. In addition, our bounds exhibit a sharper rate of decay for the initial error (bias), which is an improvement over averaging all iterates. We also propose and analyse a variant of TD that incorporates regularisation. From analysis, we conclude that the regularised version of TD is useful for problems with ill-conditioned features.

📄 PDF Abstract BibTeX arXiv:2210.05918

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Finite-Time Analysis of Temporal Difference Learning: Discrete-Time Linear System Perspective

2022-04-22 · Donghwan Lee, Do Wan Kim

TD-learning is a fundamental algorithm in the field of reinforcement learning (RL), that is employed to evaluate a given policy by estimating the corresponding value function for a Markov decision process. While signific…

Reinforcement Learning (RL)

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

An Improved Finite-time Analysis of Temporal Difference Learning with Deep Neural Networks

2024-05-07 · Zhifa Ke, Zaiwen Wen, Junyu Zhang

Temporal difference (TD) learning algorithms with neural network function parameterization have well-established empirical success in many practical large-scale reinforcement learning tasks. However, theoretical understa…

Can Temporal-Difference and Q-Learning Learn Representation? A Mean-Field Theory

2020-06-08 · Yufeng Zhang, Qi Cai, Zhuoran Yang, Yongxin Chen 외

Temporal-difference and Q-learning play a key role in deep reinforcement learning, where they are empowered by expressive nonlinear function approximators such as neural networks. At the core of their empirical successes…

Deep Reinforcement LearningQ-Learning