Module type Obandit.EpsilonGreedyParam

module type EpsilonGreedyParam = sig .. end

Use to instanciate a Bandit from MakeEpsilonGreedy .


val k : int

The number of actions $ K $ .

val epsilon : float

The $ \epsilon $ parameter.