paper-with-me

Papers

Solving Multiagent Planning Problems with Concurrent Conditional Effects

2019-06-19 · Daniel Furelos-Blanco, Anders Jonsson

In this work we present a novel approach to solving concurrent multiagent planning problems in which several agents act in parallel. Our approach relies on a compilation from concurrent multiagent planning to classical planning, allowing us to use an off-the-shelf classical planner to solve the original multiagent problem. The solution can be directly interpreted as a concurrent plan that satisfies a given set of concurrency constraints, while avoiding the exponential blowup associated with concurrent actions. Our planner is the first to handle action effects that are conditional on what other agents are doing. Theoretically, we show that the compilation is sound and complete. Empirically, we show that our compilation can solve challenging multiagent planning problems that require concurrent actions.

📄 PDF Abstract BibTeX arXiv:1906.08157

Code (1)

aig-upf/universal-pddl-parser-multiagent 공식 구현

Similar Papers 제목 키워드 기반

TwoStep: Multi-agent Task Planning using Classical Planners and Large Language Models

2024-03-25 · David Bai, Ishika Singh, David Traum, Jesse Thomason

Classical planning formulations like the Planning Domain Definition Language (PDDL) admit action sequences guaranteed to achieve a goal state given an initial state if any are possible. However, reasoning problems define…

Task Planning

Scalable Planning and Learning for Multiagent POMDPs: Extended Version

2014-04-04 · Christopher Amato, Frans A. Oliehoek

Online, sample-based planning algorithms for POMDPs have shown great promise in scaling to problems with large state spaces, but they become intractable for large action and observation spaces. This is particularly probl…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Influence-Optimistic Local Values for Multiagent Planning --- Extended Version

2015-02-18 · Frans A. Oliehoek, Matthijs T. J. Spaan, Stefan Witwicki

Recent years have seen the development of methods for multiagent planning under uncertainty that scale to tens or even hundreds of agents. However, most of these methods either make restrictive assumptions on the problem…

BenchmarkingHeuristic Search

A Bilinear Programming Approach for Multiagent Planning

2014-01-15 · Marek Petrik, Shlomo Zilberstein

Multiagent planning and coordination problems are common and known to be computationally hard. We show that a wide range of two-agent problems can be formulated as bilinear programs. We present a successive approximation…

Dimensionality Reduction

Individual Planning in Agent Populations: Exploiting Anonymity and Frame-Action Hypergraphs

2015-03-24 · Ekhlas Sonu, Yingke Chen, Prashant Doshi

Interactive partially observable Markov decision processes (I-POMDP) provide a formal framework for planning for a self-interested agent in multiagent settings. An agent operating in a multiagent environment must deliber…