R/policy_cmab_lin_epoch_greedy.R
ContextualEpochGreedyPolicy.Rd
Policy: A Time and Space Efficient Algorithm for Contextual Linear Bandits
policy <- ContextualEpochGreedyPolicy$new(sZl = 10)
Core contextual classes: Bandit
, Policy
, Simulator
,
Agent
, History
, Plot
Bandit subclass examples: BasicBernoulliBandit
, ContextualLogitBandit
,
OfflineReplayEvaluatorBandit
Policy subclass examples: EpsilonGreedyPolicy
, ContextualLinTSPolicy