package obandit

  1. Overview
  2. Docs
val n : int

The BanditParam module parameter gives the exploration rate and number of actions of the bandit.

Number of actions

val rate : int -> float

Number of actions

Exploration/learning rate, fixed or decaying. takes the round number as argument and returns the value of the learning rate

OCaml

Innovation. Community. Security.