As a planning expert/enthusiast I want to be able to emit a PDDL representation of a planning problem modeled in the upf library to interoperate with an external planner manually.
For example, I want to dump a planning model that is generated from a TSB to include it in a planning competition or to experiment with an off-the-shelf planner that is not interfaced with the UPF
Acceptance Criteria
[ ] The generated PDDL is acceptable by major planners in the category (for now, numeric and classical planners)
[ ] If needed, options are provided to enable/disable specific dialects
[ ] The PDDL can be saved to an actual file, showed on the screen or in file-like object for code-level reuse / network transmission
User Story
As a planning expert/enthusiast I want to be able to emit a PDDL representation of a planning problem modeled in the
upf
library to interoperate with an external planner manually.For example, I want to dump a planning model that is generated from a TSB to include it in a planning competition or to experiment with an off-the-shelf planner that is not interfaced with the UPF
Acceptance Criteria
Additional Material
An interface like
could be suitable.
Attention Points
a + " - " + b
)