module type KBanditParam = sig .. end
sig
end
Use to instanciate a Bandit from MakeUCB1.
Bandit
MakeUCB1
val k : int
int
The number of actions $ K $ .