Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

gree7/psm-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSM planner

Authors:

Planner is described in the following articles:

  • Planner description without -D (internal dependencies reduction)
    • Privacy-concerned multiagent planning here
  • Decription of internal dependencies reduction Recursive Reductions of Internal Dependencies in Multiagent Planning (Proceedings of ICAART 2016)

Building & running:

# build Fast Downward (http://www.fast-downward.org/)
cd downward-src
./build_all

# Set up maven (see bellow)

# install polystar
cd ..
sudo cp polystar-bin/* /usr/local/bin/

# build PSM planner
cd FSM
mvn package -DskipTests

# run example
chmod +x testPSM-CoDMAP.sh
./testPSM-CoDMAP.sh

Set up Maven

Note that the maven needs to be set up to connect to ATG repositories to can get dependencies for project: The file "settings.xml" is placed in ".m2" directory.

  • For Windows - C:\Users\USER_NAME.m2
  • For Linux - /home/USER_NAME/.m2

If directory .m2 does not exist at you home directory, then you have to create new directory with name .m2

You need to download file settings.xml from https://github.com/gree7/psm-planner/blob/master/settings.xml.

  • If file does not exist, then you can put there this file settings.xml.
  • If file exists, but is empty - element does not include some sub-element, then replace settings.xml file by this file settings.xml.
  • If file exist and element contains some sub-elements, then copy content of element from this file settings.xml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages