module type RateBanditParam = sig .. end
sig
end
Use to instanciate algorithms that need a parametrizable rate.
val k : int
int
The number of actions $K$ .
val rate : int -> float
int -> float
The rate. Can be fixed or decaying.