Module type Obandit.KBanditParam

module type KBanditParam = sig .. end

Use to instanciate a Bandit from MakeUCB1.


val k : int

The number of actions $ K $ .