https://github.com/ef2k/bandits
Multi-arm Bandits implemented in Go.
https://github.com/ef2k/bandits
Last synced: 3 months ago
JSON representation
Multi-arm Bandits implemented in Go.
- Host: GitHub
- URL: https://github.com/ef2k/bandits
- Owner: ef2k
- Created: 2014-08-25T05:52:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T05:53:22.000Z (almost 12 years ago)
- Last Synced: 2024-12-31T15:34:52.026Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bandits
=======
Multi-Arm Bandits implemented in Go.
Included:
* EpsilonGreedy
Note:
**Not production ready.** This repo was created to keep track of my learning. Don't use this shiz for anything serious.