Fernadoo / MAPF_ASP

Partially Observable MAPF via Answer Set Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partially Observable Multi-Agent Path Finding via Answer Set Programming

4_agents.mp4

Dependence:

pip install -r requirement.txt

Usage:

usage: run.py [-h] [--agents AGENTS [AGENTS ...]] [--map MAP] [--goals GOALS [GOALS ...]] [--lp-file LP_FILE] [--vis] [--save SAVE]

Partially Observable Multi-Agent Path Finding.

optional arguments:
  -h, --help            show this help message and exit
  --agents AGENTS [AGENTS ...]
                        Specify a team of agents
  --map MAP             Specify a map
  --goals GOALS [GOALS ...]
                        Specify the goals for each agent,e.g. 2_0 0_2
  --lp-file LP_FILE     Use an existing human-written lp file
  --vis                 Visulize the process
  --save SAVE           Specify the path to save the animation

Example:

python run.py --agents sensor_1 sensor_1 --map 3_3 --goals 0_1 2_0 --lp-file poma2asp.lp --vis --save pomapf.gif

About

Partially Observable MAPF via Answer Set Programming


Languages

Language:Python 100.0%