paper-with-me

홈 › Papers

Task Planning in Robotics: an Empirical Comparison of PDDL-based and ASP-based Systems

2018-04-23 · Yuqian Jiang, Shiqi Zhang, Piyush Khandelwal, Peter Stone

Robots need task planning algorithms to sequence actions toward accomplishing goals that are impossible through individual actions. Off-the-shelf task planners can be used by intelligent robotics practitioners to solve a variety of planning problems. However, many different planners exist, each with different strengths and weaknesses, and there are no general rules for which planner would be best to apply to a given problem. In this article, we empirically compare the performance of state-of-the-art planners that use either the Planning Domain Description Language (PDDL), or Answer Set Programming (ASP) as the underlying action language. PDDL is designed for task planning, and PDDL-based planners are widely used for a variety of planning problems. ASP is designed for knowledge-intensive reasoning, but can also be used for solving task planning problems. Given domain encodings that are as similar as possible, we find that PDDL-based planners perform better on problems with longer solutions, and ASP-based planners are better on tasks with a large number of objects or in which complex reasoning is required to reason about action preconditions and effects. The resulting analysis can inform selection among general purpose planning systems for particular robot task planning domains.

📄 PDF Abstract BibTeX arXiv:1804.08229

Code (0)

등록된 구현이 없습니다.

Tasks

Robot Task PlanningTask Planning

Similar Papers 제목 키워드 기반

SPAR: Scalable LLM-based PDDL Domain Generation for Aerial Robotics

2025-09-17 · Songhao Huang, Yuwei Wu, Guangyao Shi, Gaurav S. Sukhatme 외 arxiv

We investigate the problem of automatic domain generation for the Planning Domain Definition Language (PDDL) using Large Language Models (LLMs), with a particular focus on unmanned aerial vehicle (UAV) tasks. Although PD…

PO-PDDL: Learning Symbolic POMDPs from Visual Demonstrations for Robot Planning Under Uncertainty

2026-06-14 · Wenjing Tang, Xuanjin Jin, Yuan Liu, Renming Huang 외 arxiv

Real-world robot task planning must operate under both stochastic action execution and partial observability, yet constructing Partially Observable Markov Decision Process (POMDP) models for real robotics domains remains…

Robot Task Planning

A Systematic Study of Large Language Models for Task and Motion Planning With PDDLStream

2025-09-30 · Jorge Mendez-Mendez arxiv

While we know that large language models (LLMs) can solve some planning problems, we do not understand the extent of these capabilities for robotics. One promising direction is to integrate the semantic knowledge of LLMs…

Motion Planning

HDDL 2.1: Towards Defining a Formalism and a Semantics for Temporal HTN Planning

2023-06-12 · Damien Pellier, Alexandre Albore, Humbert Fiorino, Rafael Bailon-Ruiz

Real world applications as in industry and robotics need modelling rich and diverse automated planning problems. Their resolution usually requires coordinated and concurrent action execution. In several cases, these prob…

The Epistemic Planning Domain Definition Language: Official Guideline

2026-01-28 · Alessandro Burigana, Francesco Fabiano arxiv

Epistemic planning extends (multi-agent) automated planning by making agents' knowledge and beliefs first-class aspects of the planning formalism. One of the most well-known frameworks for epistemic planning is Dynamic E…