Package | Description |
---|---|
net.sourceforge.jabm.learning |
A library of algorithms for individual learning.
|
Modifier and Type | Class and Description |
---|---|
class |
EpsilonGreedyActionSelector
An implementation of the epsilon-greedy action selection policy.
|
class |
SoftMaxActionSelector
An implementation of the softmax action selection policy.
|
Modifier and Type | Field and Description |
---|---|
protected ActionSelector |
QLearner.actionSelector |
Modifier and Type | Method and Description |
---|---|
ActionSelector |
StatelessQLearner.getActionSelector() |
ActionSelector |
QLearner.getActionSelector() |
Modifier and Type | Method and Description |
---|---|
void |
StatelessQLearner.setActionSelector(ActionSelector actionSelector) |
void |
QLearner.setActionSelector(ActionSelector actionSelector) |
Copyright © 2014. All rights reserved.