Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@wang-boyu, @colinfrisch can i get review when you have a time |
|
Thanks for the work and yes we will. Recently we're flooded with PRs (not just this repo) and we're trying to keep up with them. Sorry about that. |
Summary
Added a tutorial for the Epstein Civil Violence example and linked it in
getting_started.md. The example already existed in the repo but had no tutorial like the negotiation one, so new users had no guided entry point into it.Motive
Looking at
getting_started.md, the Tutorials section only covered the first model and the negotiation example. The Epstein civil violence example is one of the more interesting ones in the repo — it has spatial dynamics, two different agent types, tools, emergent behavior — but there was nothing walking people through it. Felt like a gap worth closing.Implementation
change_state,arrest_citizen,move_one_step), the model setup, and the core rebellion mechanics (grievance formula, arrest probability)Usage Examples
Users can follow the tutorial at epstein_civil_violence_tutorial.md to build the model step by step. The full runnable example is still at epstein_civil_violence.