| Package | Description |
|---|---|
| com.mwt.explorers |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableActionBootstrapExplorer<T extends VariableActionContext>
The Bootstrap explorer randomizes over the actions chosen by a set of default policies.
|
class |
VariableActionEpsilonGreedyExplorer<T extends VariableActionContext>
The epsilon greedy exploration algorithm.
|
class |
VariableActionGenericExplorer<T extends VariableActionContext>
GenericExplorer provides complete flexibility.
|
class |
VariableActionSoftmaxExplorer<T extends VariableActionContext>
In some cases, different actions have a different scores, and you would prefer to
choose actions with large scores.
|
class |
VariableActionTauFirstExplorer<T extends VariableActionContext>
The tau-first explorer collects exactly tau uniform random exploration events, and then
uses the default policy thereafter.
|
Copyright © 2016. All Rights Reserved.