Uses of Class
org.rlcommunity.rlglue.codec.types.Action

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

Uses of Action in org.rlcommunity.rlglue.codec
 

Methods in org.rlcommunity.rlglue.codec that return Action
 Action AgentInterface.agent_start(Observation observation)
           
 Action AgentInterface.agent_step(double reward, Observation observation)
           
 Action RLGlueInterface.RL_agent_start(Observation theObservation)
           
static Action RLGlue.RL_agent_start(Observation theObservation)
           
 Action NetGlue.RL_agent_start(Observation theObservation)
           
 Action LocalGlue.RL_agent_start(Observation theObservation)
           
 Action RLGlueInterface.RL_agent_step(double theReward, Observation theObservation)
           
static Action RLGlue.RL_agent_step(double theReward, Observation theObservation)
           
 Action NetGlue.RL_agent_step(double theReward, Observation theObservation)
           
 Action LocalGlue.RL_agent_step(double theReward, Observation theObservation)
           
 

Methods in org.rlcommunity.rlglue.codec with parameters of type Action
 Reward_observation_terminal EnvironmentInterface.env_step(Action action)
           
 Reward_observation_terminal RLGlueInterface.RL_env_step(Action theAction)
           
static Reward_observation_terminal RLGlue.RL_env_step(Action theAction)
          RL-Glue Core Method.
 Reward_observation_terminal NetGlue.RL_env_step(Action theAction)
           
 Reward_observation_terminal LocalGlue.RL_env_step(Action theAction)
           
 

Uses of Action in org.rlcommunity.rlglue.codec.network
 

Methods in org.rlcommunity.rlglue.codec.network that return Action
 Action Network.getAction()
           
 

Methods in org.rlcommunity.rlglue.codec.network with parameters of type Action
 void Network.putAction(Action action)
           
 

Uses of Action in org.rlcommunity.rlglue.codec.types
 

Fields in org.rlcommunity.rlglue.codec.types declared as Action
 Action Reward_observation_action_terminal.a
           
 Action Observation_action.a
           
 

Methods in org.rlcommunity.rlglue.codec.types that return Action
 Action Action.duplicate()
           
 Action Reward_observation_action_terminal.getAction()
           
 Action Observation_action.getAction()
           
 

Methods in org.rlcommunity.rlglue.codec.types with parameters of type Action
 void Reward_observation_action_terminal.setAction(Action newAction)
          Set the action.
 void Observation_action.setAction(Action newAction)
           
 

Constructors in org.rlcommunity.rlglue.codec.types with parameters of type Action
Observation_action(Observation theObservation, Action theAction)
           
Reward_observation_action_terminal(double reward, Observation observation, Action action, boolean terminal)
           
Reward_observation_action_terminal(double reward, Observation observation, Action action, int terminal)