This is the practical work skeleton for the subject "MultiAgent Systems" (MAS) performed in Universitat Rovira i Virgili.
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.
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
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:
- Run the multi agent system, showing up the map in 2D.
- Run the game settings builder.
You can build your running scripts starting with those profiles.
- Other teachers build the first skeleton.
- Based on that, the current version was revisited by:
- Jordi Pujol Ahulló [email protected], Universitat Rovira i Virgili.
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.