Reputation: 11
I am working now on my internship with PDDL: I am struggling to find the appropriate planners for PDDL2.1. The task is to compare different PDDL planners according to the following criterias:
version of PDDL.
Benchmark.
supporting the numeric values.
implmented language for each planner.
API.
My question is:
What are the "two" planners to choose according to the description to compare between them in order to make sense?
Thanks
Upvotes: 0
Views: 981
Reputation: 15
I am a student working on my master thesis, actively using PDDL 2.1.
The latest planning framework for robotics like 'ROS2_Planning_System' (Plansys2) used POPF and TFD planners. These planners can be used in your work. In my opinion, the POPF planner (recent version or update POPF+) is quite suitable for numeric fluents.
I hope this is helpful to you and All the best for your work!
Upvotes: 0
Reputation: 800
Sounds like a fun internship! You can pick through these resources*:
OPTIC, ENHSP (3 versions), and SMTPlan would be a good start for 2.1. G'luck!
*: As a disclaimer/disclosure, I'm the maintainer of planutils.
Upvotes: 1