dfridovi / rl

A homebrewed C++ library for reinforcement learning.
https://dfridovi.github.io/rl
Other
0 stars 0 forks source link

Implement DiscreteSarsaLambda #1

Closed dfridovi closed 7 years ago

dfridovi commented 7 years ago

Use GridWorld as an example. Will be useful to have a discrete version of SARSA before implementing any continuous stuff.

dfridovi commented 7 years ago

Done.