package prbnmcn-ucb1

  1. Overview
  2. Docs
UCB1 algorithm for multi-armed bandits

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.2.tar.gz
md5=6069c06cb3d39438403ec6bc0857a80e
sha512=a49ae99ee2385ae504e2ef3e1e96393d57067efaaa2f8cea1d356475b279248df8fe06f4d7f489afbc3be8a1868af5e4b404a07ba0c04cbb5276b39bd7acc4bb

CHANGES.md.html

0.0.2

  • Expose bandit module type

  • Expose find_best_arm

  • Cleaner pretty-printing of statistics

  • Fix bug arising when all rewards were equal to 0

  • Fix NaN

  • Check that rewards are in unit interval

0.0.1

  • First release