Least-Squares Temporal Difference Learning

Abstract

TD ¢¡¤£ is a popular family of algorithms for approximate policy evaluation in large MDPs. TD ¢¡¤ £ works by incrementally updating the value function after each observed transition. It has two major drawbacks: it makes inefficient use of data, and it requires the user to manually tune a stepsize schedule for good performance. For the case of linear value function approximations and ¡¦¥¨ § , the Least-Squares TD (LSTD) algorithm of Bradtke and Barto [5] eliminates all stepsize parameters and improves data efficiency. This paper extends Bradtke and Barto’s work in three significant ways. First, it presents a simpler derivation of the LSTD algorithm. Second, it generalizes from ¡©¥�§ to arbitrary values of ¡ ; at the extreme of ¡�¥� �, the resulting algorithm is shown to be a practical formulation of supervised linear regression. Third, it presents a novel, intuitive interpretation of LSTD as a model-based reinforcement learning technique. 1

Cite

Text

Boyan. "Least-Squares Temporal Difference Learning." International Conference on Machine Learning, 1999.

Markdown

[Boyan. "Least-Squares Temporal Difference Learning." International Conference on Machine Learning, 1999.](https://mlanthology.org/icml/1999/boyan1999icml-least/)

BibTeX

@inproceedings{boyan1999icml-least,
  title     = {{Least-Squares Temporal Difference Learning}},
  author    = {Boyan, Justin A.},
  booktitle = {International Conference on Machine Learning},
  year      = {1999},
  pages     = {49-56},
  url       = {https://mlanthology.org/icml/1999/boyan1999icml-least/}
}