🚨Breaking changes🚨
See aistats2022 release For a JSL@ceeef0 and jax<=0.2.22 compatible version.
By Gerardo Durán-Martín, Aleyna Kara, and Kevin Murphy
pip install fire
pip install ml-collections
There are two ways to reproduce the results from the paper
To reproduce the results, cd into the project folder and run
python bandits testpython bandits run_and_plotIf you only want to reproduce the results, run
python bandits run_experimentsIf you have previously reproduced the results and want to reproduce the plots, run
python bandits plot_experimentsThe results will be stored inside bandits/figures/.
An alternative way to reproduce the results is to simply open and run subspace_bandits.ipynb
