|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface State
Generic state interface.
Method Summary | |
---|---|
boolean |
endState()
Determine whether or not the state is an end-of-episode state. |
double |
euclideanDistance(State s)
Compute the Euclidean distance between this and another state. |
double[] |
getDescriptor()
Return a double array state descriptor. |
Method Detail |
---|
double[] getDescriptor()
boolean endState()
true
if the state is an end-of-episode state, false
otherwisedouble euclideanDistance(State s)
s
- the other state
s
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |