Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/v-i-s-h/banditpy
- Owner: v-i-s-h
- License: mit
- Created: 2015-09-11T12:44:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T13:35:40.000Z (about 9 years ago)
- Last Synced: 2024-03-17T20:11:38.763Z (9 months ago)
- Language: Python
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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