Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oegedijk committed Dec 11, 2023
1 parent 2c24cbb commit 4abdb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const bandit = new SimpleBandit({
});
let slate = bandit.slate();
await bandit.choose(slate, slate.slateItems[1].actionId);
//bandit.reject(slate)
//await bandit.reject(slate)
```

You can pass slateSize as a parameter to the bandit, or to the slate method itself:
Expand Down

0 comments on commit 4abdb1a

Please sign in to comment.