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