Releases: roycoding/slots
Releases · roycoding/slots
Cube World
This is a backwards incompatible version!
Major changes:
- Dropped support for Python 2
- Only handling binary outcomes (no variable payouts)
- Can now handle historical payouts
est_payouts
is nowest_probs
- Type hints introduced
- Now using the black code formatter
See the docs for the current API.
BFF BF
BFF
Butterfly flap redux
- Changed docstring style to Numpy format
- jcbozonier added the Bayesian Bandit strategy
Thanks to @szeitlin and @jcbozonier.
Butterfly flap
Initial release of slots.
- Basic functionality
- Selection algorithms
- Epsilon greedy
- Softmax
- Upper credibility bound