Skip to content

stober/td

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Difference Learning in Python

Author: Jeremy Stober
Contact: stober@gmail.com
Version: 0.01

This is a Python implementation of some common temporal difference
learning algorthms. The implementations use discrete, linear, or CMAC
value function representations and include eligability traces
(ie. TD(\lambda)).

Requires: numpy, cmac (http://github.com/stober/cmac), cartpole (https://github.com/stober/cartpole), pybrain (for nfq comparison)

About

Temporal Difference Learning in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages