|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StimuliResponseLearner
Classes implementing this interface implement myopic stimuli-response reinformcement learning algorithms.

| Method Summary | |
|---|---|
int |
bestAction()
|
void |
reward(double reward)
Reward the learning algorithm according to the last action it chose. |
int |
worstAction()
|
| Methods inherited from interface net.sourceforge.jabm.learning.DiscreteLearner |
|---|
act, getNumberOfActions |
| Methods inherited from interface net.sourceforge.jabm.learning.Learner |
|---|
dumpState, getLearningDelta, monitor |
| Method Detail |
|---|
void reward(double reward)
int bestAction()
int worstAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||