Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 945 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 945 Bytes

Bandits

Source code and documentation for the work on multi-armed bandit problems.

Directories

doc

Latex files (and corresponding pdfs) for articles on the multi-armed bandit problem:

src

Directory where different algorithms for the multi-armed bandit problem are implemented.

scripts

Helpful python code for bandit execution, plotting and evaluation.