module type DecayingEpsilonGreedyParam =sig..end
Use to instanciate a Bandit from MakeDecayingEpsilonGreedy .
val k : intThe number of actions $ K $ .
val c : floatThe $ c$ hyperparameter.
val d : floatThe $ d$ hyperparameter, a tight lower bound on $ \max_{i=1,\cdots,K} \Delta_i $.