Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 716 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 716 Bytes

ML4E – Multi-Armed Bandit (Lab 8)

Our solution for Lab 8 – Multi-Armed Bandit of the Machine Learning for Economists class WS20/21.

How to get started?

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

Where is the code?

The code and solution can be found in the following Jupyter notebook: Click here.