Not Logged In

Learning to Predict by the Methods of Temporal Differences

This article introduces a class of incremental learning procedures specialized for prediction---that is, for using past experience with an incompletely known system to predict its future behavior. Whereas conventional prediction-learning methods assign credit by means of the difference between predicted and actual outcomes, the new methods assign credit by means of the difference between temporally successive predictions. Although such temporal-difference methods have been used in Samuel's checker player, Holland's bucket brigade, and the author's Adaptive Heuristic Critic, they have remained poorly understood. Here we prove their convergence and optimality for special cases and relate them to supervised-learning methods. For most real-world prediction problems, temporal-difference methods require less memory and less peak computation than conventional methods; and they produce more accurate predictions. We argue that most problems to which supervised learning is currently applied are really prediction problems of the sort to which temporal-difference methods can be applied to advantage.

Citation

R. Sutton. "Learning to Predict by the Methods of Temporal Differences". Machine Learning Journal (MLJ), 3(1), pp 9-44, January 1988.

Keywords: prediction, temporally, machine learning
Category: In Journal

BibTeX

@article{Sutton:MLJ88,
  author = {Richard S. Sutton},
  title = {Learning to Predict by the Methods of Temporal Differences},
  Volume = "3",
  Number = "1",
  Pages = {9-44},
  journal = {Machine Learning Journal (MLJ)},
  year = 1988,
}

Last Updated: May 31, 2007
Submitted by Staurt H. Johnson

University of Alberta Logo AICML Logo