Skip to content

A curated list of resources about multi-armed bandit (MAB).

Notifications You must be signed in to change notification settings

WinDerek/awesome-multi-armed-bandit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Multi-armed Bandit

A curated list of resources about multi-armed bandit (MAB).

Introduction

The multi-armed bandit problem is a classic reinforcement learning problem that exemplifies the exploration-exploitation tradeoff dilemma.

Setup

If you want to run the jupyter notebooks in this repository, read through the following instructions in this section. Otherwise, ignore this section. You can still view the result of the notebooks by following the links listed in corresponding README files.

Install conda

conda.io

Create the environment from the text file and activate it

$ conda create --name mab_env --file mab_env.txt
$ conda activate mab_env

Start jupyter-lab

$ jupyter-lab

Then open the url in your browser and enjoy the GUI offered by jupyter-lab!

Books

Papers

Websites

Practical projects

Get your hands dirty by doing some projects (simulations)!

About

A curated list of resources about multi-armed bandit (MAB).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published