wAction
Class Action

java.lang.Object
  |
  +--wAction.Action

public class Action
extends java.lang.Object

Defines various actions for the Agent. The agent can do actions GOFORWARD, TURN_RIGHT, TURN_LEFT, GRAB, SHOOT, CLIMB and SIT.


Field Summary
static int CLIMB
           
static int END_SIMULATION
           
static int END_TRIAL
           
static int GOFORWARD
           
static int GRAB
           
static int NO_ACTION
           
static int NO_OP
           
static int SHOOT
           
static int SIT
           
static int START_GAME
           
static int TURN_LEFT
           
static int TURN_RIGHT
           
 
Constructor Summary
Action()
           
 
Method Summary
static java.lang.String printAction(int a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_GAME

public static int START_GAME

GOFORWARD

public static int GOFORWARD

TURN_RIGHT

public static int TURN_RIGHT

TURN_LEFT

public static int TURN_LEFT

GRAB

public static int GRAB

SHOOT

public static int SHOOT

CLIMB

public static int CLIMB

SIT

public static int SIT

NO_OP

public static int NO_OP

NO_ACTION

public static int NO_ACTION

END_TRIAL

public static int END_TRIAL

END_SIMULATION

public static int END_SIMULATION
Constructor Detail

Action

public Action()
Method Detail

printAction

public static java.lang.String printAction(int a)