Skip to content

Releases: vagmcs/readapt

Readapt 0.1.2

22 Jul 11:33
99280b8
Compare
Choose a tag to compare

🦀 Features

🐛 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

  • Setup gitignore, automatic PR labelling, and changelog generation (#8) by @vagmcs

Readapt 0.1.1

19 Jul 07:26
Compare
Choose a tag to compare

🦀 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.