package obandit

  1. Overview
  2. Docs

Module type Obandit.EpsilonGreedyParamSource

Use to instanciate a Bandit from MakeEpsilonGreedy .

Sourceval k : int

The number of actions $ K $ .

Sourceval epsilon : float

The number of actions $ K $ .

The $ \epsilon $ parameter.