package obandit

  1. Overview
  2. Docs

Use to instanciate a Bandit from MakeEpsilonGreedy .

val k : int

The number of actions $ K $ .

val epsilon : float

The number of actions $ K $ .

The $ \epsilon $ parameter.