Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 256 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 256 Bytes

grid-world-rl

Implementations of MDP value iteration, MDP policy iteration, and Q-Learning in a toy grid-world setting.

TODO

The policy iteration implementation is suboptimal, as it does not use the closed-form solution. Pull requests are welcome.