26 lines
350 B
Text
26 lines
350 B
Text
/*
|
|
airSeaRescue
|
|
---------------------------
|
|
|
|
Jason Project File
|
|
|
|
This file defines the initial state of the MAS
|
|
|
|
Jason 3.1
|
|
május 18, 2022 - 12:02:16
|
|
*/
|
|
|
|
MAS airSeaRescue {
|
|
|
|
environment: operator.WorldEnvironment(1,500,yes)
|
|
|
|
agents:
|
|
victim#4;
|
|
searchDrone#2;
|
|
rescueDrone#3;
|
|
operator;
|
|
|
|
|
|
|
|
|
|
}
|