| Constructor and Description |
|---|
MoveToBallAction() |
| 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.