Constructor and Description |
---|
LookAtBallAction() |
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)
Action
takeAction
in interface Action
player
- Agent to make take an action.model
- Model containing the current game state.