OptionalagentAgent-level metrics to record. Each key is a metric name, and the value is a function that computes the metric from each agent. Disabled by default since it can generate large datasets.
OptionalagentOptional filter for which agents to record (only applies if agent metrics defined).
OptionalintervalWhen to collect data:
'tick': every tick (default)'manual': only when recorder.record() is callednumber: every N ticksOptionalmodelModel-level metrics to record. Each key is a metric name, and the value is a function that computes the metric from the environment.
Configuration options for the Recorder.