You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug info: the extract_epsilon method creates a Set of times of the events, and then computes the minimum distance between 2 events and outputs it as the plan epsilon.
The times should not be a Set[Fraction], but a Dict[FNode, Set[Fraction]], containing as keys the GROUNDED fluents involved in the event, and in the mapped set all the times of the corresponding events. Then the plan epsilon is the minimun between all the minimum distances in the Sets.
The
TimeTriggeredPlan.extract_epsilon
algorithm does not take into consideration if 2 events are mutex for the epsilon calculation.This is not compliant with the wanted PDDL semantic.
The text was updated successfully, but these errors were encountered: