package obandit
-
obandit
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A Mutable bandit.
The getAction function mutates the bandit one step further in the bandit game. The argument is the reward for the last action and the result is the next action. Rewards are floats in 0,1
and actions are integers in 0,n-1
. The first reward is discarded. In order to use rewards larger than 1, please use the WrapDoubling functor.