Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/v-i-s-h/banditpy

Python library for solving bandit problems
https://github.com/v-i-s-h/banditpy

Last synced: about 1 month ago
JSON representation

Python library for solving bandit problems

Awesome Lists containing this project

README

        

# bandits
Python library for solving bandit problems.

#### Supported Arms
* Bernoulli Arm
* Gaussian Arm
* Markovian Arm

#### Supported Algorithms
* epsilon Greedy
* UCB1
* UCB2

#### Todo

* Add Examples