- To reproduce multi-arm bandit experiments use `run_mab.sh' script.
- To reproduce contextual bandit experiments use `run_context.sh' script.
mab_simulations.py
: Code to run multi-arm bandit simulationsprocess_mab.py
: Code to process mab-simulations and perform inferencerun_mab.sh
: Bash script to reproduce multiarm bandit experiments
context_simulations.py
: Code to run contextual bandit simulationsprocess_context.py
: Code to process contextual bandit simulations and perform inferenceoptimize.py
: Bash script to reproduce contextual bandit experimentsrun_context.sh
: Bash script to reproduce contextual bandit experiments