File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,15 @@ run-local:
7777 --scenario $(FILE ) \
7878 --steps $(STEPS )
7979
80+ # # run-example: Run the Schelling simulation with default parameters.
81+ run-example :
82+ @echo " ▶️ Running Schelling Simulation Example (150 steps)..."
83+ @docker compose exec app poetry run python -m agent_sim.main \
84+ --package " simulations.schelling_sim" \
85+ --config " simulations/schelling_sim/config/config.yml" \
86+ --scenario " simulations/schelling_sim/scenarios/default.json" \
87+ --steps 150
88+
8089# # make-gif: Creates a GIF from the most recent simulation render.
8190make-gif :
8291 @echo " 🎬 Creating GIF from frames in $( RENDER_DIR) ..."
Original file line number Diff line number Diff line change 9292 - API Reference :
9393 - " agent-core " : api/agent-core.md
9494 - " agent-engine " : api/agent-engine.md
95+ - Blog :
96+ - " Overview " : blog/index.md
97+ - " All Posts " : blog/posts/
9598
9699# Markdown extensions
97100markdown_extensions :
You can’t perform that action at this time.
0 commit comments