Temporal Difference Learning Model
Dave Touretzky
Computational Models of Neural Systems
- You can find the source for his demo at /afs/cs/academic/class/15883-s01/matlab/td
or on the web at:
http://www.cs.cmu.edu/afs/cs/academic/class/15883-s01/matlab/td/
- Type run to run the demo.
- Set pause_every_step = 1 if you want to single-step through each trial.
- In the file td.m, remove the % sign in the line % stimpat(4,2) = 1;
to add a second stimulus.
- you could instead try adding an earlier reward, by setting reward(5) = 1.
Dave Touretzky
Last modified: Mon Mar 19 14:58:24 EST 2001