Closed dhixsingh closed 6 years ago
Available at least since 3f064f5. Example BDI configuration is here:
Agent specific configuration is done directly through the MATSim population file, for instance: https://github.com/agentsoz/ees/blob/3f064f5ed231485729005c37b511cc9e2fa844bb/scenarios/surf-coast-shire/population-subgroups-sample/scenario_matsim_plans.xml#L37-L56
From @dhixsingh on February 5, 2018 23:29
There are various behavioural aspects of BDI agents that users would likely want to configure. These are currently done in the jill config at the moment, such as in:
https://github.com/agentsoz/bdi-abm-integration/blob/27e7718a37ff4a2a58b1afcc2f4ba835da04cbbf/examples/bushfire/src/test/java/io/github/agentsoz/ees/Maldon100WithEmergencyVehiclesTest.java#L38
Ideally, this should all be part of the main config. So something like this might be better:
Attributes of individual agents would be specified directly in the MATSim population file (see #13).
Copied from original issue: agentsoz/bdi-abm-integration#18