aig-upf / tarski

Tarski - An AI Planning Modeling Framework
Apache License 2.0
59 stars 18 forks source link

Implement support for parsing of derived predicates #55

Closed gfrances closed 10 months ago

gfrances commented 5 years ago

The PDDL / FSTRIPS parser is mostly working, but support for parsing PDDL axioms, aka "derived predicates" is still lacking. Related: #12, where we had a long discussion about axioms in Tarski. However, this current issue is a bit different: we just want to be able to parse (and represent) PDDL axioms as defined in the language spec. Seems like that should be simpler.

miquelramirez commented 5 years ago

Yep, I agree that as Tarski's scope has got better defined over time #12 is not really a tarski issue but a fs one.

miquelramirez commented 10 months ago

Already implemented in pddl-2.x-support