Closed padmalcom closed 5 years ago
Hey @padmalcom -- if you haven't seen the http://planning.domains/ initiative, it's probably worth having a look (contains these benchmarks and more).
If you'd like some direct advice on parsing things, I'd suggest heading to the planning slack and reaching out there (to me personally or in general). Lot's of support if you're looking for it.
Cheers!
@cjmuise-ibm: Thanks for pointing @padmalcom in the right direction. I personally don’t know any parsing library I would recommend and that supports the entire feature set of PDDL as used in the 2014 International Planning Competition, but it’s also been a while since I last checked.
Again, we should have this conv on slack (right place for it!), but since the signup link appears to be broken currently (working on it), I'll point you here: https://github.com/boompig/pddl-parser-2
It's the one I typically go to, as it's fairly straight forward to extend to custom PDDL syntax. Grounding may be an issue, though.
If you really want something robust to the contest domains, then your best bet is to use contest-ready libraries. In particular, this is the FastDownward translator, and it's common practice to start with that code base if you want to get things grounded smartly.
All right. I’ll close this issue then and let you take the discussion to Slack.
Sign-ups should be working again: http://slack.planning.domains
Hi thanks for the fantastic domain examples! This is not really an issue but a request for a recommendation or a tool or a library to parse the 2014 domain files.
I spent the last hour trying some libraries for python and java to parse and plan the example domains but all I tried failed.