All code to reproduce the published experiments is included here.

You can use environment.yml to install all required dependencies via `conda env create -f environment.yml`.

The CMT and EMT algorithm implementations are in the vowpalwabbit directory. 

The vowpalwabbit will need to installed in Python for the Python experiments to work (https://github.com/VowpalWabbit/vowpal_wabbit/wiki/Python#installing). 

The two "executables" for the experiments are run_bounded.py and run_unbounded.py.

The original data produced by our experiments and used for our analysis is in ./results.

The notebook, plots.ipynb, produces the paper's plots from the included result data.
