| Modifier and Type | Method and Description |
|---|---|
IndexValue |
SoftMaxActionSelectionStrategy.selectAction(int stateId,
QModel model,
Set<Integer> actionsAtState) |
IndexValue |
GreedyActionSelectionStrategy.selectAction(int stateId,
QModel model,
Set<Integer> actionsAtState) |
IndexValue |
GibbsSoftMaxActionSelectionStrategy.selectAction(int stateId,
QModel model,
Set<Integer> actionsAtState) |
IndexValue |
EpsilonGreedyActionSelectionStrategy.selectAction(int stateId,
QModel model,
Set<Integer> actionsAtState) |
IndexValue |
ActionSelectionStrategy.selectAction(int stateId,
QModel model,
Set<Integer> actionsAtState) |
IndexValue |
AbstractActionSelectionStrategy.selectAction(int stateId,
QModel model,
Set<Integer> actionsAtState) |
| Modifier and Type | Field and Description |
|---|---|
protected QModel |
ActorCriticLearner.P |
| Modifier and Type | Method and Description |
|---|---|
QModel |
ActorCriticLearner.getP() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorCriticLearner.setP(QModel p) |
| Modifier and Type | Field and Description |
|---|---|
protected QModel |
QLearner.model |
| Modifier and Type | Method and Description |
|---|---|
QModel |
QLearner.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
QLearner.setModel(QModel model) |
| Constructor and Description |
|---|
QLearner(QModel model,
ActionSelectionStrategy actionSelectionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
QModel |
RLearner.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
RLearner.setModel(QModel model) |
| Modifier and Type | Field and Description |
|---|---|
protected QModel |
SarsaLearner.model |
| Modifier and Type | Method and Description |
|---|---|
QModel |
SarsaLearner.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
SarsaLearner.setModel(QModel model) |
| Constructor and Description |
|---|
SarsaLearner(QModel model,
ActionSelectionStrategy actionSelectionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
QModel.copy(QModel rhs) |
Copyright © 2017. All rights reserved.