net.pakl.rl
Class StateActionPair

java.lang.Object
  extended by net.pakl.rl.State
      extended by net.pakl.rl.StateActionPair
All Implemented Interfaces:
java.io.Serializable

public class StateActionPair
extends State

Can be used to convert a ValueFunction into a Q-function.

See Also:
Serialized Form

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

StateActionPair

public StateActionPair(State s,
                       Action a)
Method Detail

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in class State

hashCode

public int hashCode()
Specified by:
hashCode in class State

toString

public java.lang.String toString()
Specified by:
toString in class State