jan-dolejsi / vscode-pddl-samples

Planning Domain Definition Language (PDDL) samples demonstrating VS Code PDDL extension features
MIT License
29 stars 18 forks source link

Which planner to use for which problem? #6

Open correll opened 5 months ago

correll commented 5 months ago

Hi Jan,

Thanks a lot for providing these awesome resources around PDDL! I have followed all your instructions and installed planutils, but have a hard time identifying the appropriate planner. For example, I can solve blocksworld using FastDownward/Lama, but only after removing :fluents. Adding this information to the examples would be extremely helpful.

Best, Nikolaus

Gricel-lee commented 1 month ago

Same problem here! There is missing the information on what planners were used for each example, or modifications to use other solvers as in the example from Nikolaus. Thank you. G