Releases: vagmcs/readapt
Releases · vagmcs/readapt
Readapt 0.1.2
🦀 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
📖 Documentation
📦 Build system and CI
Readapt 0.1.1
🦀 Features
- Implements greedy, epsilon-greedy, and UCB stochastic bandits.
- Implements multi-arm trait for defining a set of arms following virtually any probability distribution of noisy rewards.
- Implements benchmark trait for running stochastic bandits over a set of arms.