You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first public repository issue/pull request. I had mentioned I made these changes a few months ago, but haven't had time until now after the school year is over to clean it up and organize it for a pull request.
These changes fix the lack of cyclical explosions in Citizen agent behavior in the mesa Epstein Civil Violence model with a few tweaks.
Bug Fixes
Fix agent state logic
Fix Moore vs Von Neuman neighborhood selection to use Epstein paper behavior
Fix agent vision bug (was 1 and not parameter vision when calculating neighborhood, which also fixes agent movement issue)
Fix arrestee state issue (arrestee was not being reset to "Quiescent", and so was counting as "Active" for all nearby agents)
Additions and Changes
add model attributes to count agents and display a graph of agent states
Change display of agents where jailed agents are represented by grey square box
Added sliders for model attributes
The text was updated successfully, but these errors were encountered:
@EwoutH This was integrated into the mesa examples with a pull request already. Sorry, was my first pull request to a public repo (and first issue too) so I think I forgot to update the issue when that pull was merged.
edit not seeing how to close or update this on my side either. If I'm wrong and this wasn't properly merged, I still have the code stored that fixes this above and can redo the pull.
This is my first public repository issue/pull request. I had mentioned I made these changes a few months ago, but haven't had time until now after the school year is over to clean it up and organize it for a pull request.
These changes fix the lack of cyclical explosions in Citizen agent behavior in the mesa Epstein Civil Violence model with a few tweaks.
Bug Fixes
vision
when calculating neighborhood, which also fixes agent movement issue)Additions and Changes
The text was updated successfully, but these errors were encountered: