/mas-skeleton

Skeleton for a practical work on multi agent systems. Used in a subject at Universitat Rovira i Virgili.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Skeleton for the MAS practical work

This is the practical work skeleton for the subject "MultiAgent Systems" (MAS) performed in Universitat Rovira i Virgili.

Goal

Build a skeleton from where students are asked to design and develop a multi agent system performing several tasks, with communication as the main cooperation mechanism.

Scenario

This exercise aims to simulate an efficient manufacturing of metals on a countryside. There are two kinds of entities: (i) prospectors, that detects where the metal is, and (ii) diggers that are responsible digging metal up and disposing it on manufacturing centers.

To make it easy, the game will run in simulation steps. All necessary communication is expected to be performed in every single simulation step

Content

This project has a NetBeans project content to make it easy to start with. To build the multi agent system, we use JADE.

There are two run profiles:

  1. Run the multi agent system, showing up the map in 2D.
  2. Run the game settings builder.

You can build your running scripts starting with those profiles.

Authors

  • Other teachers build the first skeleton.
  • Based on that, the current version was revisited by:
  • Jordi Pujol Ahulló jordi.pujol@urv.cat, Universitat Rovira i Virgili.

License

This work is distributed under GPL license.

    IMAS base code for the practical work.
    Copyright (C) 2017 DEIM - URV

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

JADE is also included in binary format (*.jar) in the lib/ directory, with its corresponding license there.