Instructions: Run the simulation by running: $ python3 Graph.py you can change 3 variables through argparse inputs: number of agents: -a connectivity per agent: -c degree of shared knowledge: -n Example $ python3 Graph.py -a 50 -c 10 -n 10 Website: https://rikvegter.github.io/website-LAMAS/