Quickstart
This guide will get you started with running a basic Babylon simulation.
Running the Simulation
After installation, you can run a simulation with:
poetry run python -m babylon
Understanding the Output
The simulation produces several types of output:
State Updates: Changes to the world state each tick
Events: Significant occurrences (ruptures, solidarity shifts)
Metrics: Economic indicators and class relationships
Core Concepts
Before diving deeper, familiarize yourself with these concepts:
Next Steps
Explore the API Reference for programmatic access
Read the Concepts for theoretical background