Python3 based on https://github.com/eraser347/SqueezeAll.git
├────── results
├── data.py
├── evaluation.py
├── exp.py
├── regrets.py
└── train.pydata.pycontains the codes for generating contexts.evaluation.pyevaluates the four algorithms in the paper.exp.pyto generates the results and save it to./results.regrets.pyplots the cumulative regrets with the data saved in./results- To obtain the results, enter
python3 exp.pyand then runpython3 regrets.py exp.ipynbfor simulation in notebook.
- python 3
- numpy
- scipy
- matplotlib
- tqdm