Environment.MAB_rotting module

author : Julien SEZNEC Code to launch (rotting) bandit games. It is code in a functional programming way : each execution return arrays related to each run.

Environment.MAB_rotting.repetedRuns(policy, arms, rep=1000, T=10000, parallel=True, oracle=False)[source]
Environment.MAB_rotting.singleRun(policy, arms, T=10000, rep_index=0, oracle=False)[source]
Environment.MAB_rotting.play(arms, policy, T, Oracle=False)[source]