module type EpsilonGreedyParam = sig .. end
sig
end
Use to instanciate a Bandit from MakeEpsilonGreedy .
Bandit
MakeEpsilonGreedy
val k : int
int
The number of actions $ K $ .
val epsilon : float
float
The $ \epsilon $ parameter.