org.rlcommunity.rlglue.utilities
Class TaskSpecObject

java.lang.Object
  extended by org.rlcommunity.rlglue.utilities.TaskSpecObject

Deprecated. As of TaskSpec v3, now use TaskSpec

@Deprecated
public class TaskSpecObject
extends java.lang.Object

Author:
mradkie

Field Summary
 int action_dim
          Deprecated.  
 double[] action_maxs
          Deprecated.  
 double[] action_mins
          Deprecated.  
 char[] action_types
          Deprecated.  
 char episodic
          Deprecated.  
 int num_continuous_action_dims
          Deprecated.  
 int num_continuous_obs_dims
          Deprecated.  
 int num_discrete_action_dims
          Deprecated.  
 int num_discrete_obs_dims
          Deprecated.  
 int obs_dim
          Deprecated.  
 double[] obs_maxs
          Deprecated.  
 double[] obs_mins
          Deprecated.  
 char[] obs_types
          Deprecated.  
 double reward_max
          Deprecated.  
 double reward_min
          Deprecated.  
 double version
          Deprecated.  
 
Constructor Summary
TaskSpecObject()
          Deprecated.  
TaskSpecObject(java.lang.String taskSpecString)
          Deprecated.  
 
Method Summary
protected  void constraintCheck()
          Deprecated.  
 boolean isActionMaxPosInfinity(int index)
          Deprecated.  
 boolean isActionMaxUnknown(int index)
          Deprecated.  
 boolean isActionMinNegInfinity(int index)
          Deprecated.  
 boolean isActionMinUnknown(int index)
          Deprecated.  
 boolean isMaxRewardInf()
          Deprecated.  
 boolean isMaxRewardUnknown()
          Deprecated.  
 boolean isMinRewardNegInf()
          Deprecated.  
 boolean isMinRewardUnknown()
          Deprecated.  
 boolean isObsMaxPosInfinity(int index)
          Deprecated.  
 boolean isObsMaxUnknown(int index)
          Deprecated.  
 boolean isObsMinNegInfinity(int index)
          Deprecated.  
 boolean isObsMinUnknown(int index)
          Deprecated.  
static void main(java.lang.String[] args)
          Deprecated.  
protected  void parseActionRanges(java.util.StringTokenizer actionTokenizer)
          Deprecated.  
protected  void parseActions(java.lang.String actionString)
          Deprecated.  
protected  void parseActionTypesAndDimensions(java.lang.String actionTypesString)
          Deprecated.  
protected  void parseObservationRanges(java.util.StringTokenizer observationTokenizer)
          Deprecated.  
protected  void parseObservations(java.lang.String observationString)
          Deprecated.  
protected  void parseObservationTypesAndDimensions(java.lang.String obsTypesString)
          Deprecated.  
protected  void parseRewards(java.lang.String rewardString)
          Deprecated.  
protected  boolean rangeKnown(java.lang.String valueRange)
          Deprecated.  
protected  java.lang.String removeWhiteSpace(java.lang.String input)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
protected  double validValue(java.lang.String valueString)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

version

public double version
Deprecated. 

episodic

public char episodic
Deprecated. 

obs_dim

public int obs_dim
Deprecated. 

num_discrete_obs_dims

public int num_discrete_obs_dims
Deprecated. 

num_continuous_obs_dims

public int num_continuous_obs_dims
Deprecated. 

obs_types

public char[] obs_types
Deprecated. 

obs_mins

public double[] obs_mins
Deprecated. 

obs_maxs

public double[] obs_maxs
Deprecated. 

action_dim

public int action_dim
Deprecated. 

num_discrete_action_dims

public int num_discrete_action_dims
Deprecated. 

num_continuous_action_dims

public int num_continuous_action_dims
Deprecated. 

action_types

public char[] action_types
Deprecated. 

action_mins

public double[] action_mins
Deprecated. 

action_maxs

public double[] action_maxs
Deprecated. 

reward_max

public double reward_max
Deprecated. 

reward_min

public double reward_min
Deprecated. 
Constructor Detail

TaskSpecObject

public TaskSpecObject()
Deprecated. 

TaskSpecObject

public TaskSpecObject(java.lang.String taskSpecString)
Deprecated. 
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

parseObservationTypesAndDimensions

protected void parseObservationTypesAndDimensions(java.lang.String obsTypesString)
                                           throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

parseObservationRanges

protected void parseObservationRanges(java.util.StringTokenizer observationTokenizer)
Deprecated. 

parseActionTypesAndDimensions

protected void parseActionTypesAndDimensions(java.lang.String actionTypesString)
                                      throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

parseActionRanges

protected void parseActionRanges(java.util.StringTokenizer actionTokenizer)
Deprecated. 

parseObservations

protected void parseObservations(java.lang.String observationString)
                          throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

parseActions

protected void parseActions(java.lang.String actionString)
                     throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

parseRewards

protected void parseRewards(java.lang.String rewardString)
                     throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

validValue

protected double validValue(java.lang.String valueString)
Deprecated. 

rangeKnown

protected boolean rangeKnown(java.lang.String valueRange)
Deprecated. 

removeWhiteSpace

protected java.lang.String removeWhiteSpace(java.lang.String input)
Deprecated. 

constraintCheck

protected void constraintCheck()
                        throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

isObsMinNegInfinity

public boolean isObsMinNegInfinity(int index)
Deprecated. 

isActionMinNegInfinity

public boolean isActionMinNegInfinity(int index)
Deprecated. 

isObsMaxPosInfinity

public boolean isObsMaxPosInfinity(int index)
Deprecated. 

isActionMaxPosInfinity

public boolean isActionMaxPosInfinity(int index)
Deprecated. 

isObsMinUnknown

public boolean isObsMinUnknown(int index)
Deprecated. 

isObsMaxUnknown

public boolean isObsMaxUnknown(int index)
Deprecated. 

isActionMinUnknown

public boolean isActionMinUnknown(int index)
Deprecated. 

isActionMaxUnknown

public boolean isActionMaxUnknown(int index)
Deprecated. 

isMinRewardNegInf

public boolean isMinRewardNegInf()
Deprecated. 

isMaxRewardInf

public boolean isMaxRewardInf()
Deprecated. 

isMinRewardUnknown

public boolean isMinRewardUnknown()
Deprecated. 

isMaxRewardUnknown

public boolean isMaxRewardUnknown()
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object