paper-with-me

Papers

Towards High-Level Modelling in Automated Planning

2024-12-09 · Carla Davesa Sureda, Joan Espasa Arxer, Ian Miguel, Mateu Villaret Auselle

Planning is a fundamental activity, arising frequently in many contexts, from daily tasks to industrial processes. The planning task consists of selecting a sequence of actions to achieve a specified goal from specified initial conditions. The Planning Domain Definition Language (PDDL) is the leading language used in the field of automated planning to model planning problems. Previous work has highlighted the limitations of PDDL, particularly in terms of its expressivity. Our interest lies in facilitating the handling of complex problems and enhancing the overall capability of automated planning systems. Unified-Planning is a Python library offering high-level API to specify planning problems and to invoke automated planners. In this paper, we present an extension of the UP library aimed at enhancing its expressivity for high-level problem modelling. In particular, we have added an array type, an expression to count booleans, and the allowance for integer parameters in actions. We show how these facilities enable natural high-level models of three classical planning problems.

📄 PDF Abstract BibTeX arXiv:2412.06312

Code (1)

stacs-cp/unified-planning 공식 구현

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Exploring Instance Generation for Automated Planning

2020-09-21 · Özgür Akgün, Nguyen Dang, Joan Espasa, Ian Miguel 외

Many of the core disciplines of artificial intelligence have sets of standard benchmark problems well known and widely used by the community when developing new algorithms. Constraint programming and automated planning a…

Efficient Incremental Modelling and Solving

2020-09-23 · Gökberk Koçak, Özgür Akgün, Nguyen Dang, Ian Miguel

In various scenarios, a single phase of modelling and solving is either not sufficient or not feasible to solve the problem at hand. A standard approach to solving AI planning problems, for example, is to incrementally e…

A Knowledge Representation Approach to Automated Mathematical Modelling

2020-11-12 · Bahadorreza Ofoghi, Vicky Mak, John Yearwood

In this paper, we propose a new mixed-integer linear programming (MILP) model ontology and a novel constraint typology of MILP formulations. MILP is a commonly used mathematical programming technique for modelling and so…

Combinatorial OptimizationModel extractionScheduling

Logic-Based Ethical Planning

2022-06-01 · Umberto Grandi, Emiliano Lorini, Timothy Parker, Rachid Alami

In this paper we propose a framework for ethical decision making in the context of planning, with intended application to robotics. We put forward a compact but highly expressive language for ethical planning that combin…

Decision Making

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…