Reinforcement learning algorithms written from scratch.
Stars
1
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
36
commits
Update README.md
2e98166
c40c672
Added policy gradient methods.
80aa8c9
Added sarsa lambda methods.
d65a8a3
Added true online TD lambda.
18304c0
Added random walk env and td lambda
fe5c276
Added differential methods and commented function approximation code.
141161e
Added value function approximation algorithms.
8d56573
Added function approximation methods.
f89def2
Removed cache.
7c96689
Code refactoring.
f4457f1
Added prioritized sweeping.
1befcf1
Added maze environment.
f688bbe
Added various TD methods.
8bb3194
Added cliff and windy grid world environments.
0c684b8