Skip to content

Demonstration of temporal difference learning on a simple random walk from Sutton 1988.

Notifications You must be signed in to change notification settings

shashir/td-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demonstration of temporal difference learning on a simple random walk from Sutton 1988.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages