Hello, I am completely new to this RCRS league and I only have a basic
familiarity with Java. I have read through the documentation given in the
website but I have the following questions:
According to the documentation ...
src/adf/sample/centralized
- source codes for central agents. This is the type of agent whose only
interaction with the world is through radio communication. There are three
types of central agents: Ambulance Centers, Fire Stations and Police
Office, and they are represented as buildings in the simulation server.
src/adf/sample/extraction
- codes of combining actions described in the directory below.
src/adf/sample/module
- concrete codes of algorithms, e.g., path planning, clustering, target
detection, etc. The directory contains two directories:
• src/adf/sample/module/algorithm
• src/adf/sample/module/complex
My main questions are where is the source code for each of the individual
Agents implemented? And what does src/adf/sample/extraction is supposed to
be specifically? I have looked through a couple of past RCRS participant's
source codes but I still couldn't get a good idea.
Thanks!