plaans / aries

Toolbox for automated planning and combinatorial solving.
MIT License
39 stars 5 forks source link

Return unknown status #116

Open Shi-Raida opened 7 months ago

Shi-Raida commented 7 months ago

In timed satellite PDDL domain with fluents scaled to be integers, the validator returns that the plan is invalid. In fact, an error occurred because number too large to fit in target type while parsing timepoints. In similar cases, we should return that we cannot determine if the plan is valid.