Skip to content

Commit 4f53edb

Browse files
authored
Updated README
1 parent 310643a commit 4f53edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Where:
5757
- `choice` is the current choice of arm to try.
5858
- `best` is the current best estimate of the highest payout arm.
5959

60-
By default, slots uses the epsilon greedy strategy. Besides epsilon greedy, the softmax and upper credibility bound strategies are also implemented.
60+
By default, slots uses the epsilon greedy strategy. Besides epsilon greedy, the softmax, upper confidence bound, and Bayesian bandit strategies are also implemented.
6161

6262
#### Regret analysis
6363
A common metric used to evaluate the relative success of a MAB strategy is "regret". This reflects that fraction of payouts (wins) that have been lost by using the sequence of pulls versus the currently best known arm. The current regret value can be calculated by calling the `mab.regret()` method.

0 commit comments

Comments
 (0)