paper-with-me

홈 › Papers

Planning with Dynamically Changing Domains

2025-07-26 · Mikhail Soutchanski, Yongmei Liu arxiv

In classical planning and conformant planning, it is assumed that there are finitely many named objects given in advance, and only they can participate in actions and in fluents. This is the Domain Closure Assumption (DCA). However, there are practical planning problems where the set of objects changes dynamically as actions are performed; e.g., new objects can be created, old objects can be destroyed. We formulate the planning problem in first-order logic, assume an initial theory is a finite consistent set of fluent literals, discuss when this guarantees that in every situation there are only finitely many possible actions, impose a finite integer bound on the length of the plan, and propose to organize search over sequences of actions that are grounded at planning time. We show the soundness and completeness of our approach. It can be used to solve the bounded planning problems without DCA that belong to the intersection of sequential generalized planning (without sensing actions) and conformant planning, restricted to the case without the disjunction over fluent literals. We discuss a proof-of-the-concept implementation of our planner.

📄 PDF Abstract BibTeX arXiv:2508.02697

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reasoning and Planning with Dynamically Changing Norms

2026-05-26 · Taylor Olson, Roberto Salas-Damian, Kenneth D. Forbus arxiv

To safely interact with humans, AI agents must both know our norms and consider them during planning. However, such norm-guided planning has been less explored, only within communities of artificial agents, and has ignor…

Integrating Acting, Planning and Learning in Hierarchical Operational Models

2020-03-09 · Sunandita Patra, James Mason, Amit Kumar, Malik Ghallab 외

We present new planning and learning algorithms for RAE, the Refinement Acting Engine. RAE uses hierarchical operational models to perform tasks in dynamically changing environments. Our planning procedure, UPOM, does a …

Learning Cooperation and Online Planning Through Simulation and Graph Convolutional Network

2021-10-16 · Rafid Ameer Mahmud, Fahim Faisal, Saaduddin Mahmud, Md. Mosaddek Khan

Multi-agent Markov Decision Process (MMDP) has been an effective way of modelling sequential decision making algorithms for multi-agent cooperative environments. A number of algorithms based on centralized and decentrali…

Behavioural cloningDecision MakingGraph Neural NetworkSequential Decision Making+1

Sparsely Changing Latent States for Prediction and Planning in Partially Observable Domains

2021-10-29 · NeurIPS 2021 12 · Christian Gumbsch, Martin V. Butz, Georg Martius

A common approach to prediction and planning in partially observable domains is to use recurrent neural networks (RNNs), which ideally develop and maintain a latent memory about hidden, task-relevant factors. We hypothes…

Inductive Bias

Beyond Static Assumptions: the Predictive Justified Perspective Model for Epistemic Planning

2024-12-10 · Weijia Li, Guang Hu, Yangmengfei Xu

Epistemic Planning (EP) is an important research area dedicated to reasoning about the knowledge and beliefs of agents in multi-agent cooperative or adversarial settings. The Justified Perspective (JP) model is the state…