paper-with-me

Papers

Flexible FOND Planning with Explicit Fairness Assumptions

2021-03-15 · Ivan D. Rodriguez, Blai Bonet, Sebastian Sardina, Hector Geffner

We consider the problem of reaching a propositional goal condition in fully-observable non-deterministic (FOND) planning under a general class of fairness assumptions that are given explicitly. The fairness assumptions are of the form A/B and say that state trajectories that contain infinite occurrences of an action a from A in a state s and finite occurrence of actions from B, must also contain infinite occurrences of action a in s followed by each one of its possible outcomes. The infinite trajectories that violate this condition are deemed as unfair, and the solutions are policies for which all the fair trajectories reach a goal state. We show that strong and strong-cyclic FOND planning, as well as QNP planning, a planning model introduced recently for generalized planning, are all special cases of FOND planning with fairness assumptions of this form which can also be combined. FOND+ planning, as this form of planning is called, combines the syntax of FOND planning with some of the versatility of LTL for expressing fairness constraints. A new planner is implemented by reducing FOND+ planning to answer set programs, and the performance of the planner is evaluated in comparison with FOND and QNP planners, and LTL synthesis tools.

📄 PDF Abstract BibTeX arXiv:2103.08391

Code (1)

idrave/aspplanner 공식 구현

Tasks

FairnessForm

Similar Papers 제목 키워드 기반

Iterative Depth-First Search for Fully Observable Non-Deterministic Planning

2022-04-08 · Ramon Fraga Pereira, André G. Pereira, Frederico Messa, Giuseppe De Giacomo

Fully Observable Non-Deterministic (FOND) planning models uncertainty through actions with non-deterministic effects. Existing FOND planning algorithms are effective and employ a wide range of techniques. However, most o…

Policy-Space Search: Equivalences, Improvements, and Compression

2024-03-28 · Frederico Messa, André Grahl Pereira

Fully-observable non-deterministic (FOND) planning is at the core of artificial intelligence planning with uncertainty. It models uncertainty through actions with non-deterministic effects. A* with Non-Determinism (AND*)…

Heuristic Search

PRP Rebooted: Advancing the State of the Art in FOND Planning

2023-12-18 · Christian Muise, Sheila A. McIlraith, J. Christopher Beck

Fully Observable Non-Deterministic (FOND) planning is a variant of classical symbolic planning in which actions are nondeterministic, with an action's outcome known only upon execution. It is a popular planning paradigm …

Compact Policies for Fully-Observable Non-Deterministic Planning as SAT

2018-06-25 · Tomas Geffner, Hector Geffner

Fully observable non-deterministic (FOND) planning is becoming increasingly important as an approach for computing proper policies in probabilistic planning, extended temporal plans in LTL planning, and general plans 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…