Update SocialGroups authored by Daniel Rupp's avatar Daniel Rupp
...@@ -45,6 +45,8 @@ Dialogues is a list containing parameters necessary to make agents speak and inc ...@@ -45,6 +45,8 @@ Dialogues is a list containing parameters necessary to make agents speak and inc
## Social Group Behavior ## Social Group Behavior
The "behavior" of the social group is programmed as a state machine. The following state machine provides an overview of the behavior. The "behavior" of the social group is programmed as a state machine. The following state machine provides an overview of the behavior.
![SocialGroupStateMachine_v1.0](uploads/191bd75cc07a15fa2addf48eb17937f7/SocialGroupStateMachine_v1.0.png)
## Useful Functions ## Useful Functions
* ``AddAgent()`` * ``AddAgent()``
* ``RemoveAgent()`` * ``RemoveAgent()``
... ...
......