public class VariableActionEpsilonGreedyExplorer<T extends VariableActionContext> extends EpsilonGreedyExplorer<T>
| Constructor and Description |
|---|
VariableActionEpsilonGreedyExplorer(Policy<T> defaultPolicy,
float epsilon)
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getNumActions(T context) |
chooseAction, enableExplore, updatePolicyprotected int getNumActions(T context)
getNumActions in class EpsilonGreedyExplorer<T extends VariableActionContext>Copyright © 2016. All Rights Reserved.