/Bandit

Bandit algorithms

Primary LanguagePythonApache License 2.0Apache-2.0

Bandit algorithms

Contextual Bandit

Current implementations

  • UCB1
  • LinUCB

simulation example:
Change Directory to example/scripts and type ./simulation.sh in command line.

./simulation.sh

Experiment can be done by changing arguments and Envs in simulation.sh and example/envs/envs.py, example/envs/bandits.py

Original work reference bgalbraith

Study guide

Paper and thesis

Lecture notes

Blog posts

TODO

  • Thompson Sampling
  • Exp3,4