paper-with-me

Papers

On Computing Universal Plans for Partially Observable Multi-Agent Path Finding

2023-05-25 · Fengming Zhu, Fangzhen Lin

Multi-agent routing problems have drawn significant attention nowadays due to their broad industrial applications in, e.g., warehouse robots, logistics automation, and traffic control. Conventionally, they are modelled as classical planning problems. In this paper, we argue that it is beneficial to formulate them as universal planning problems. We therefore propose universal plans, also known as policies, as the solution concepts, and implement a system called ASP-MAUPF (Answer Set Programming for Multi-Agent Universal Plan Finding) for computing them. Given an arbitrary two-dimensional map and a profile of goals for the agents, the system finds a feasible universal plan for each agent that ensures no collision with others. We use the system to conduct some experiments, and make some observations on the types of goal profiles and environments that will have feasible policies, and how they may depend on agents' sensors. We also demonstrate how users can customize action preferences to compute more efficient policies, even (near-)optimal ones.

📄 PDF Abstract BibTeX arXiv:2305.16203

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

Online Competitive Information Gathering for Partially Observable Trajectory Games

2025-06-02 · Mel Krusniak, Hang Xu, Parker Palermo, Forrest Laine

Game-theoretic agents must make plans that optimally gather information about their opponents. These problems are modeled by partially observable stochastic games (POSGs), but planning in fully continuous POSGs is intrac…

Probabilistic contingent planning based on HTN for high-quality plans

2023-08-14 · Peng Zhao

Deterministic planning assumes that the planning evolves along a fully predictable path, and therefore it loses the practical value in most real projections. A more realistic view is that planning ought to take into cons…

Learning to Act in Decentralized Partially Observable MDPs

2018-07-01 · ICML 2018 7 · Jilles Dibangoye, Olivier Buffet

We address a long-standing open problem of reinforcement learning in decentralized partially observable Markov decision processes. Previous attempts focussed on different forms of generalized policy iteration, which…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Safer Autonomous Driving in a Stochastic, Partially-Observable Environment by Hierarchical Contingency Planning

2022-04-13 · Ugo Lecerf, Christelle Yemdji-Tchassi, Pietro Michiardi

When learning to act in a stochastic, partially observable environment, an intelligent agent should be prepared to anticipate a change in its belief of the environment state, and be capable of adapting its actions on-the…

Autonomous DrivingAutonomous NavigationAutonomous Vehicles

Zero-Shot Iterative Formalization and Planning in Partially Observable Environments

2025-05-19 · Liancheng Gong, Wang Zhu, Jesse Thomason, Li Zhang

Using LLMs not to predict plans but to formalize an environment into the Planning Domain Definition Language (PDDL) has been shown to improve performance and control. Existing work focuses on fully observable environment…