| Package | Description |
|---|---|
| com.mwt.explorers |
| Class and Description |
|---|
| BootstrapExplorer
The Bootstrap explorer randomizes over the actions chosen by a set of default policies.
|
| EpsilonGreedyExplorer
The epsilon greedy exploration algorithm.
|
| Explorer
Exposes a method to choose an action given a generic context, and obtain the relevant
exploration bits.
|
| GenericExplorer
GenericExplorer provides complete flexibility.
|
| SoftmaxExplorer
In some cases, different actions have a different scores, and you would prefer to
choose actions with large scores.
|
| TauFirstExplorer
The tau-first explorer collects exactly tau uniform random exploration events, and then
uses the default policy thereafter.
|
Copyright © 2016. All Rights Reserved.