| Package | Description |
|---|---|
| com.mwt.explorers |
| Modifier and Type | Class and Description |
|---|---|
class |
EpsilonGreedyExplorer<T>
The epsilon greedy exploration algorithm.
|
class |
TauFirstExplorer<T>
The tau-first explorer collects exactly tau uniform random exploration events, and then
uses the default policy thereafter.
|
class |
VariableActionEpsilonGreedyExplorer<T extends VariableActionContext>
The epsilon greedy exploration algorithm.
|
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.