Processing math: 100%

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 ϵ parameter.