Created by Marc-Antoine Nadeau & Jessie Kurtz
We investigate and compare the performance of the following Bandit algorithms on a Bernoulli Bandit.
Make sure you have the following Python libraries installed:
numpy
matplotlib
You can install them using pip:
pip install numpy matplotlib