18 lines
280 B
Text
18 lines
280 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(3,50,yes)
|
|
|
|
agents: sample_agent;
|
|
}
|