-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
In order to analyze events triggered in a simulation, a single, well-defined, logging mechanism is required. It not only gives an ability to see what is happening in the simulation, but also allow to track agent's behaviors upon events they perceived.
For now, logging
module in python would serve well; just need a file that logs everything in time domain.
Also, we could use elastic search
and kibana
for data analysis. Refer to this