Skip to content

MLFC team code for the 2020 Multi-Agent Programming Contest.

Notifications You must be signed in to change notification settings

agentcontest/mapc2020-lfc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLFC Team

Java

Make sure you have the Java JDK 13 or higher installed and working properly.

MAS

Download Eclipse if you don't have it yet. It must be the EE edition. Any version should be fine, although newer versions are advised.

To enable syntax highlight for JaCaMo, install the Eclipse plugin using this tutorial up to, and including, Step 10.

After restarting Eclipse, select the following menu option:

File > Import > Git > Projects from Git > Clone URI

Copy https://github.com/autonomy-and-verification-uol/mapc2020-lfc.git and paste it on the URI field.

Proceed until the "select a wizard to use for importing projects" screen, then pick Import existing Eclipse projects and click next and then finish.

Planner

We used the Fast Downward (http://www.fast-downward.org/) planner. It should be possible to use another planner, as long as it supports the same subset of PDDL that FD does, but remember to modify the file planner/run2.sh accordingly with the command to run the new planner.

After installing FD (http://www.fast-downward.org/ObtainingAndRunningFastDownward), make sure the planner is working by itself by running it with a simple domain and problem file.

Finally, in the Eclipse project, navigate to planner/run2.sh and change the beginning of line 5 /home/angelo/git/planner/./fast-downward.py to the path where your fast-downward.py is installed.

How to run

We used JUnit to run both the server and our JaCaMo code at the same time.

To run the sample map, right-click test/lfc/agentcontest2020/ScenarioRunSample.java file, "Run as", "jUnit Test". The server's output is shown on the Eclipse console. The JaCaMo output is loaded into a separate window. Press enter at the Eclipse console to start the simulation.

How to watch the match live

Open this link

About

MLFC team code for the 2020 Multi-Agent Programming Contest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ASL 90.3%
  • Java 9.5%
  • Shell 0.2%