Polarith AI
1.8

◆ Prediction

PredictionType Prediction = PredictionType.None
inherited

If set to anything other than PredictionType.None, the position of the Self percept is updated according to the given velocity.

Hence, for the behaviour, it is possible to predict and use the future position of an agent. This is, of course, only useful for behaviours that need the position. E.g., AIMFollow and AIMAlign do not need any distances to the self percept. Thus, Prediction has no effect on these behaviours.

Imprint