·
2 commits
to refs/heads/main
since this release
π¦ Features
- Adds Value Iteration (#17) by @vagmcs
- Adds Policy Iteration (#16) by @vagmcs
- Markov Decision Processes (#3) by @vagmcs
π Fixes
- Adds max iteration parameter to policy and value iteration (#19) by @vagmcs
- Grid world constructors (#14) by @vagmcs
- MDP run policy function incorrect transitions (#12) by @vagmcs