Uses of Package
org.rlcommunity.rlglue.codec.types

Packages that use org.rlcommunity.rlglue.codec.types
org.rlcommunity.rlglue.codec   
org.rlcommunity.rlglue.codec.network   
org.rlcommunity.rlglue.codec.types   
 

Classes in org.rlcommunity.rlglue.codec.types used by org.rlcommunity.rlglue.codec
Action
           
Observation
           
Observation_action
           
Reward_observation_action_terminal
          Composite type for holding reward, observation, action, and terminal.
Reward_observation_terminal
          I'm iteratively updating these methods to have getters and setters for all components because eventually we might like to make the actual members private.
 

Classes in org.rlcommunity.rlglue.codec.types used by org.rlcommunity.rlglue.codec.network
Action
           
Observation
           
Reward_observation_terminal
          I'm iteratively updating these methods to have getters and setters for all components because eventually we might like to make the actual members private.
RL_abstract_type
          Common superclass for all of the Java RL-Glue types.
 

Classes in org.rlcommunity.rlglue.codec.types used by org.rlcommunity.rlglue.codec.types
Action
           
Observation
           
Observation_action
           
Reward_observation_action_terminal
          Composite type for holding reward, observation, action, and terminal.
Reward_observation_terminal
          I'm iteratively updating these methods to have getters and setters for all components because eventually we might like to make the actual members private.
RL_abstract_type
          Common superclass for all of the Java RL-Glue types.