Videos:
Starting SeSAm: https://youtu.be/-oKlzTMPjW8
What you can see after starting SeSAm? What is the model library? What are the important elements in the installation folder?
Simple Random Walker: https://youtu.be/xR0hoFXUbe4
This video is a walk through implementing a model with agents that randomly walk around. So, it not just shows how to create agents and define simple behavior, but also how to deal with maps and animation and nice visualization. This is also a first introduction into the relevant parts of the overall SeSAm user interface.
Random Walker that can perceive while walking:https://youtu.be/tzlIAVS2uyo
Extension of the Random Walker model: we add resources (“food”) and let the agents perceive their environment and react to perceiving food. At the end of the video we make the world create new food items.
Sharing Economy:https://youtu.be/KhT0YUeGMGY
This is a video explaining the implementation of a sharing economy in which each agent picks randomly another agent and shares a small amount of a currency. This is fully non-spatial model (no map). The video also shows how to use the integrated plotting component that allow to visualize ongoing dynamics without animation.
Documents:
This document is a condensed description of the language that is used to formulate models in SeSAm:
https://multiagentsimulation.com/wp-content/uploads/2022/11/Condensed-Info-on-SeSAm-Abstractions.pdf
Example models
tba