|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.nacs.EMAcsSample
Constructor Summary | |
EMAcsSample(Chunk curState,
Chunk curAction,
Chunk nextState,
double reward)
constructor. |
Method Summary | |
Chunk |
getCurAction()
Returns the part of current action. |
Chunk |
getCurState()
Returns the part of current state. |
Chunk |
getNextState()
Returns the part of the next state. |
double |
getReward()
Returns the part of the reinforcement. |
java.lang.String |
toString()
methods from class Object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EMAcsSample(Chunk curState, Chunk curAction, Chunk nextState, double reward)
curState
- the current state part.curAction
- the current attion part.nextState
- the next state part.reward
- the reinforcement part.Method Detail |
public Chunk getCurState()
public Chunk getCurAction()
public Chunk getNextState()
public double getReward()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |