We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddafcd commit 9378afaCopy full SHA for 9378afa
README.md
@@ -133,7 +133,7 @@ A promise that resolves to an Array of the current reward state of each arm; eac
133
134
> bandit.reward(1, 0).then(function (rewards) { console.log(rewards); });
135
136
-[1, 0.66666]
+[1, 0.5]
137
```
138
139
#### `bandit.serialize()`
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "banditdb-egreedy",
3
"description": "A Promises/A+, epsilon-greedy multi-armed bandit",
4
- "version": "0.1.4",
+ "version": "0.1.5",
5
"author": "kurttheviking",
6
"contributors": [
7
"kurttheviking"
0 commit comments