Skip to content

Commit 9378afa

Browse files
author
kurttheviking
committed
readme fix
1 parent 3ddafcd commit 9378afa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ A promise that resolves to an Array of the current reward state of each arm; eac
133133

134134
> bandit.reward(1, 0).then(function (rewards) { console.log(rewards); });
135135
136-
[1, 0.66666]
136+
[1, 0.5]
137137
```
138138
139139
#### `bandit.serialize()`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "banditdb-egreedy",
33
"description": "A Promises/A+, epsilon-greedy multi-armed bandit",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"author": "kurttheviking",
66
"contributors": [
77
"kurttheviking"

0 commit comments

Comments
 (0)