- Too run /all/ experiments:
**
./run_all.sh
** The results are saved indata/
. - To run a single experiment: ** `bash starters/.sh <decision_rule>
- The folder
starters
contains the settings for the seven experiments. Each experiment script sources the filesglobal_config.sh
(contains variables like the number of robots) and the filerun_experiment.sh
(contains the main loop that iterates over all combinations of settings). - To add a new experiments, create a new file in
starters