Obandit is an OCaml module for basic multi-armed bandits. It supports the EXP3, UCB1 and Epsilon-greedy algorithms.
Obandit is distributed under the ISC license.
Homepage: http://freux.fr/oss/obandit.html
Obandit can be installed with opam:
opam install obandit
If you don't use opam consult the opam file for build
instructions.
The documentation and API reference is generated from the source interfaces. It can be consulted online.