Our solution for Lab 8 – Multi-Armed Bandit of the Machine Learning for Economists class WS20/21.
To get this respository running you need to first set up your environment:
make create_environment
Afterwards, we need to switch to the virtual environment and need resolve the Python dependencies:
source activate ml4e-multi-armed-bandit
make requirements
The code and solution can be found in the following Jupyter notebook: Click here.