|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.nacs.AbsEMSample
Constructor Summary | |
AbsEMSample(Chunk curState,
Chunk curAction,
Chunk nextState,
double rewardIdx,
double[] stateDistributions,
Chunk[] potentialNextStates)
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. |
Chunk[] |
getPotentialNextStates()
Returns the part of potential next states. |
double |
getReward()
Returns the part of the reinforcement. |
double[] |
getStateDistributions()
Returns the part of state distributions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbsEMSample(Chunk curState, Chunk curAction, Chunk nextState, double rewardIdx, double[] stateDistributions, Chunk[] potentialNextStates)
curState
- the current state part.curAction
- the current attion part.nextState
- the next state part.stateDistributions
- the state distributions.potentialNextStates
- the potential next states.Method Detail |
public Chunk getCurState()
public Chunk getCurAction()
public Chunk getNextState()
public double getReward()
public double[] getStateDistributions()
public Chunk[] getPotentialNextStates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |