Uses of Class
org.rlcommunity.rlglue.codec.taskspec.ranges.IntRange

Packages that use IntRange
org.rlcommunity.rlglue.codec.taskspec   
 

Uses of IntRange in org.rlcommunity.rlglue.codec.taskspec
 

Methods in org.rlcommunity.rlglue.codec.taskspec that return IntRange
 IntRange TaskSpecVRLGLUE3.getDiscreteActionRange(int i)
           
 IntRange TaskSpecDelegate.getDiscreteActionRange(int i)
           
 IntRange TaskSpec.getDiscreteActionRange(int i)
          Get the min, max, and special information for the i'th integer action.
 IntRange TaskSpecVRLGLUE3.getDiscreteObservationRange(int i)
           
 IntRange TaskSpecDelegate.getDiscreteObservationRange(int i)
           
 IntRange TaskSpec.getDiscreteObservationRange(int i)
          Get the min, max, and special information for the i'th integer observation.
 

Methods in org.rlcommunity.rlglue.codec.taskspec with parameters of type IntRange
 void TaskSpecVRLGLUE3.addDiscreteAction(IntRange newIntRange)
           
 void TaskSpecVRLGLUE3.addDiscreteObservation(IntRange newIntRange)