News post - new documentation, introduced as part of our regular Python workshops, which provides guidance for the use of the Python interface to OrcaFlex.
class Bandit: # @k_arm: # of arms # @epsilon: probability for exploration in epsilon-greedy algorithm # @initial: initial estimation for each action # @step_size: constant step size for updating estimations # @sample_averages: if True, use sample averages to update estimations instead of ...