-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
26 lines (15 loc) · 912 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Agents in the Harbour - README file
ABOUT
-----
The project is developed as a team project within the "Systemy inteligentnych agentów" ("Multi-agent systems") class at the University of Wrocław (UWr). The goal of the application is to simulate the ship cargo loading process. The main participants of this process are stationary cranes and mobile forklifts (different types of agents). The agents cooperate to load the ship as quickly as possible.
The application is written in Python 2.x. To run it, run main.py with an optional map name parameter. If no parameter is given, the default map (maps/map1) is loaded.
AUTHORS
-------
Lilianna Hełminiak [LilaHelminiak]
Maciej Kaim [mkaim]
Wojciech Kuprianowicz [w-ku]
LINKS
-----
Repository: http://github.com/LilaHelminiak/SIA
Wiki: http://github.com/LilaHelminiak/SIA/wiki
Issue tracker: http://github.com/LilaHelminiak/SIA/issues