matrx.goals.goals

Classes

CollectionGoal(name, target_name[, in_order])

We set the self.is_done to False as a start.

CollectionGoalV2(name, target_name[, in_order])

We set the self.is_done to False as a start.

LimitedTimeGoal(max_nr_ticks)

A world goal that simply tracks whether a maximum number of ticks has been reached.

LimitedTimeGoalV2(max_nr_ticks)

A world goal that simply tracks whether a maximum number of ticks has been reached.

WorldGoal()

A class that tracks whether the simulation has reached its global goal.

WorldGoalV2()

A class that tracks whether the simulation has reached its global goal.