Deprecated API


Contents
Deprecated Classes
org.rlcommunity.rlglue.codec.taskspec.TaskSpecObject
          As of TaskSpec v3, now use TaskSpec 
 

Deprecated Methods
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.dump()
          This is dumb. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getActionMaxs()
          I don't like this anymore. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getActionMins()
          I don't like this anymore. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getActionTypes()
          I don't like this anymore. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.getEpisodic()
          Use getProblemType 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getEpisodic()
          use getProblemType() 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getObsDim()
          This is useless. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getObsMaxs()
          I don't like this anymore. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getObsMins()
          I don't like this anymore. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getObsTypes()
          I don't like this anymore. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.getRewardMax()
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.getRewardMin()
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getTaskSpecVersion()
          Use getVersionString 
org.rlcommunity.rlglue.codec.types.Reward_observation_terminal.getTerminal()
          use isTerminal 
org.rlcommunity.rlglue.codec.types.Reward_observation_action_terminal.getTerminal()
          use isTerminal 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.getVersion()
          Moving to a string version 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isActionMaxPosInfinity(int)
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isActionMaxUnknown(int)
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isActionMinNegInfinity(int)
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isActionMinUnknown(int)
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isMaxRewardInf()
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isMaxRewardUnknown()
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isMinRewardNegInf()
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isMinRewardUnknown()
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isObsMaxPosInfinity(int)
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isObsMaxUnknown(int)
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isObsMinNegInfinity(int)
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3.isObsMinUnknown(int)
          Just get the range and ask that object this question. 
org.rlcommunity.rlglue.codec.taskspec.TaskSpec.toString()
          We never should have overloaded toString in this way.