Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 449 Bytes

Temporal Difference Learning, Sutton 1988 Demo

Source code for demonstrating temporal difference learning (i.e. TD(\lambda)) from Sutton 1988.

For details, see: Sutton, Richard S. "Learning to predict by the methods of temporal differences." Machine learning 3.1 (1988): 9-44.

Compile and run

mvn clean install
java -jar target/td-learning-0.0.1-jar-with-dependencies.jar