|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
State representation converter, use to convert a state into a real-vector.
State representations are assumed serializable! Episode state information should be transient (only information about how to generate the representation)!
Method Summary | |
int |
getOutputCount()
Indicates the number of values in the state representation. |
double[] |
getRepresentation(State s)
Converts the state into a vector of real based on specific representation. |
boolean |
isStateless()
Indicates whether or not the function output depends solely of the current state (and not of the previous state is has processed). |
void |
reset()
Reset internal transient state for non stateless functions. |
Method Detail |
public int getOutputCount()
public double[] getRepresentation(State s)
s
- State to be converted.
public boolean isStateless()
true
if output depends solely on current input
false
otherwise.public void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |