What are the best planners for PDDL2.1?

726 Views Asked by At

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:

  1. version of PDDL.

  2. Benchmark.

  3. supporting the numeric values.

  4. implmented language for each planner.

  5. 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

2

There are 2 best solutions below

2
On

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.

0
On

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!