This repository contains examples of Multi-Armed Bandits algorithms implemented in Python.
- Epsilon-Greedy
- Softmax
- Thompson Sampling
- Upper Confidence Bound
- Bernoulli
- Gaussian
Please check the examples directory for usage examples.
See the LICENSE file for details.