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

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

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

Methods in org.rlcommunity.rlglue.codec.taskspec that return DoubleRange
 DoubleRange TaskSpecVRLGLUE3.getContinuousActionRange(int i)
           
 DoubleRange TaskSpecDelegate.getContinuousActionRange(int i)
           
 DoubleRange TaskSpec.getContinuousActionRange(int i)
          Get the min, max, and special information for the i'th double action.
 DoubleRange TaskSpecVRLGLUE3.getContinuousObservationRange(int i)
           
 DoubleRange TaskSpecDelegate.getContinuousObservationRange(int i)
           
 DoubleRange TaskSpec.getContinuousObservationRange(int i)
          Get the min, max, and special information for the i'th double observation.
 DoubleRange TaskSpecVRLGLUE3.getRewardRange()
           
 DoubleRange TaskSpecDelegate.getRewardRange()
           
 DoubleRange TaskSpec.getRewardRange()
          Get the range of rewards
 

Methods in org.rlcommunity.rlglue.codec.taskspec with parameters of type DoubleRange
 void TaskSpecVRLGLUE3.addContinuousAction(DoubleRange newDoubleRange)
           
 void TaskSpecVRLGLUE3.addContinuousObservation(DoubleRange newDoubleRange)
           
 void TaskSpecVRLGLUE3.setRewardRange(DoubleRange newRewardRange)