public class AgentAngleAIComponent extends AbstractSimpleAIComponent
Constructor and Description |
---|
AgentAngleAIComponent() |
Modifier and Type | Method and Description |
---|---|
static EnvironmentModel |
getInitialModel() |
protected EnvironmentModel |
processModel(EnvironmentModel model)
The agent angle is either calculated from flags, or if enough flags are not available, then estimated from
the previous known angle and turn commands executed since the last simulation step.
|
getNext, hasNext, put, setNext
public static EnvironmentModel getInitialModel()
protected EnvironmentModel processModel(EnvironmentModel model)
processModel
in class AbstractSimpleAIComponent
model
- The environment model passed in to component via put.