| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActionSelectionStrategy
Created by xschen on 9/27/2015 0027.
|
class |
EpsilonGreedyActionSelectionStrategy
Created by xschen on 9/27/2015 0027.
|
class |
GibbsSoftMaxActionSelectionStrategy
Created by xschen on 9/28/2015 0028.
|
class |
GreedyActionSelectionStrategy
Created by xschen on 9/27/2015 0027.
|
class |
SoftMaxActionSelectionStrategy
Created by xschen on 9/27/2015 0027.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionSelectionStrategy |
ActionSelectionStrategyFactory.deserialize(String conf) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ActionSelectionStrategyFactory.serialize(ActionSelectionStrategy strategy) |
| Modifier and Type | Field and Description |
|---|---|
protected ActionSelectionStrategy |
ActorCriticLearner.actionSelectionStrategy |
| Constructor and Description |
|---|
QLearner(QModel model,
ActionSelectionStrategy actionSelectionStrategy) |
| Constructor and Description |
|---|
SarsaLearner(QModel model,
ActionSelectionStrategy actionSelectionStrategy) |
Copyright © 2017. All rights reserved.