Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 471 Bytes

logging.rst

File metadata and controls

18 lines (13 loc) · 471 Bytes

Logging

The MATRX simulation can be logged every tick, with results written to csv files. By default a number of loggers are already implemented and ready to use:

matrx.logger.log_agent_actions.LogActions matrx.logger.log_idle_agents.LogIdleAgents matrx.logger.log_tick.LogDuration matrx.logger.log_messages.MessageLogger matrx.logger.logger.GridWorldLogger