Stepan-Makarenko / Multi-armed-bandit-research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-armed-bandit-research

The main purpose of this project is to try different multi-armed bandits - Epsilon-greedy, UCB, Thompson Sampling in different environments - Bernoulli, Gaussian

Getting started

Run the following command to clone repository:

git clone https://github.com/Stepan-Makarenko/Multi-armed-bandit-research.git

Run the following command to run experiment configured by gaussian_testbed.json:

python3 run.py --config ./configs/gaussian_testbed.json -pp ./plots/gausian_testbed

Output plots

1

2

About


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%