The configs in the examples directory demonstrate the behaviors present in the Growing Artificial Societies book. Each one needs to be tested to make sure it still works. This could also uncover bugs in the software that are not apparent when using the full set of options the default config.json enables.
There is already one bug apparent from the agent_replacement.json config file which causes a break in agent.py.
The configs in the
examples
directory demonstrate the behaviors present in the Growing Artificial Societies book. Each one needs to be tested to make sure it still works. This could also uncover bugs in the software that are not apparent when using the full set of options the defaultconfig.json
enables.There is already one bug apparent from the
agent_replacement.json
config file which causes a break inagent.py
.