Docs/Simulation Loop

Simulation Loop

The lifecycle of a single simulation run.

A simulation consists of:

  • Initialization: Agents are spawned.
  • Warm-up: Agents explore the environment.
  • Task Execution: Agents attempt to achieve their goals.
  • Teardown: Metrics are aggregated and reports generated.

Last updated: Today

Edit this page on GitHub