Skip to content

Commit

Permalink
Add link to repo (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzzheng22 authored Jan 17, 2022
1 parent 24b6dd4 commit c95a047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 013_conclusion/013_conclusion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ \chapter{Conclusion}\label{conclusion}

This project has involved the design and implementation of six different agents with various strategies to self-organise and solve a common resource management problem, where the common resource, in this case, is the scarcity of food available to agents in the tower.

It has been shown that in order for self-organisation to be achieved within the tower, communication is necessary between all present agents through both messaging and the signing of treaties to simulate localised governance. Agents which were successful in achieving self-organisation did so by gaining knowledge of both the tower and other agents, and applying this knowledge appropriately. Without this, the most logical behaviour of an agent is to act purely selfishly, giving itself the best chance of survival in a random system.
It has been shown that in order for self-organisation to be achieved within the tower, communication is necessary between all present agents through both messaging and the signing of treaties to simulate localised governance. Agents which were successful in achieving self-organisation did so by gaining knowledge of both the tower and other agents, and applying this knowledge appropriately. Without this, the most logical behaviour of an agent is to act purely selfishly, giving itself the best chance of survival in a random system.

The codebase for this project can be found at \url{https://github.com/SOMAS2021/SOMAS2021}.

0 comments on commit c95a047

Please sign in to comment.