| Constructor and Description | 
|---|
ReturnHomeAction()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
takeAction(CommandPlayer player,
          EnvironmentModel model)
Make the agent take an action. 
 | 
public void takeAction(CommandPlayer player, EnvironmentModel model)
ActiontakeAction in interface Actionplayer - Agent to make take an action.model - Model containing the current game state.