We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5be394 commit f98510bCopy full SHA for f98510b
mesa_frames/concrete/datacollector.py
@@ -91,7 +91,7 @@ def __init__(
91
The model object from which data is collected.
92
model_reporters : dict[str, Callable] | None
93
Functions to collect data at the model level.
94
- agent_reporters : dict[str, str | Callable] | None
+ agent_reporters : dict[str, str] | None
95
Attributes or functions to collect data at the agent level.
96
trigger : Callable[[Any], bool] | None
97
A function(model) -> bool that determines whether to collect data.
0 commit comments