export_world
Save the complete simulation state to a CSV file, including all turtles, patches, and links. Ideal for checkpointing or offline analysis.
Instructions
Export the full world state to a CSV file.
Saves all turtle, patch, and link data. Useful for checkpointing a simulation or analyzing the complete state offline.
Returns the path to the exported CSV file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |