|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.pakl.rl.State
net.pakl.rl.StateActionPair
public class StateActionPair
Can be used to convert a ValueFunction into a Q-function.
| Constructor Summary | |
|---|---|
StateActionPair(State s,
Action a)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class net.pakl.rl.State |
|---|
concatenateArrays, getPatchName, representAsVector |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StateActionPair(State s,
Action a)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class Statepublic int hashCode()
hashCode in class Statepublic java.lang.String toString()
toString in class State
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||