public interface StimuliResponseLearner extends DiscreteLearner
Modifier and Type | Method and Description |
---|---|
int |
bestAction() |
void |
reward(double reward)
Reward the learning algorithm according to the last action it chose.
|
int |
worstAction() |
act, getNumberOfActions
dumpState, getLearningDelta, monitor
Copyright © 2014. All rights reserved.