With the current code in _sesame_plan_with_fast_downward, bilevel planning will halt with an exception if the first task plan found is not refinable.
An easy fix would it make it to raise an _DiscoveredFailureException but wasn't sure it's the best choice.
With the current code in
_sesame_plan_with_fast_downward, bilevel planning will halt with an exception if the first task plan found is not refinable.An easy fix would it make it to raise an
_DiscoveredFailureExceptionbut wasn't sure it's the best choice.