paper-with-me

Papers

Designing Behavior Trees from Goal-Oriented LTLf Formulas

2023-07-12 · Aadesh Neupane, Eric G Mercer, Michael A. Goodrich

Temporal logic can be used to formally specify autonomous agent goals, but synthesizing planners that guarantee goal satisfaction can be computationally prohibitive. This paper shows how to turn goals specified using a subset of finite trace Linear Temporal Logic (LTL) into a behavior tree (BT) that guarantees that successful traces satisfy the LTL goal. Useful LTL formulas for achievement goals can be derived using achievement-oriented task mission grammars, leading to missions made up of tasks combined using LTL operators. Constructing BTs from LTL formulas leads to a relaxed behavior synthesis problem in which a wide range of planners can implement the action nodes in the BT. Importantly, any successful trace induced by the planners satisfies the corresponding LTL formula. The usefulness of the approach is demonstrated in two ways: a) exploring the alignment between two planners and LTL goals, and b) solving a sequential key-door problem for a Fetch robot.

📄 PDF Abstract BibTeX arXiv:2307.06399

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LTLf Synthesis with Fairness and Stability Assumptions

2019-12-17 · Shufang Zhu, Giuseppe De Giacomo, Geguang Pu, Moshe Vardi

In synthesis, assumptions are constraints on the environment that rule out certain environment behaviors. A key observation here is that even if we consider systems with LTLf goals on finite traces, environment assumptio…

Fairness

Mimicking Behaviors in Separated Domains

2022-05-18 · Giuseppe De Giacomo, Dror Fried, Fabio Patrizi, Shufang Zhu

Devising a strategy to make a system mimicking behaviors from another system is a problem that naturally arises in many areas of Computer Science. In this work, we interpret this problem in the context of intelligent age…

LTLf Synthesis on Probabilistic Systems

2020-09-23 · Andrew M. Wells, Morteza Lahijanian, Lydia E. Kavraki, Moshe Y. Vardi

Many systems are naturally modeled as Markov Decision Processes (MDPs), combining probabilities and strategic actions. Given a model of a system as an MDP and some logical specification of system behavior, the goal of sy…

Recognizing LTLf/PLTLf Goals in Fully Observable Non-Deterministic Domain Models

2021-03-22 · Ramon Fraga Pereira, Francesco Fuggitti, Giuseppe De Giacomo

Goal Recognition is the task of discerning the correct intended goal that an agent aims to achieve, given a set of possible goals, a domain model, and a sequence of observations as a sample of the plan being executed in …

FOND Planning for LTLf and PLTLf Goals

2020-04-15 · Francesco Fuggitti

In this report, we will define a new approach to the problem of non deterministic planning for extended temporal goals. In particular, we will give a solution to this problem reducing it to a fully observable non determi…