Skip to content

Simple simulators to test different types of AI logic on solving games like consensus and graph-coloring

Notifications You must be signed in to change notification settings

ttakko/NetworkGameSimulations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Network Game Simulations

About

This repository stores a collection of my simulation-scripts written in python. The simulations include solving different graph games such as Consensus, Group Formation and Graph Coloring, using autonomous agents (bots) written with different kind of models. Instructions for usage of individual files are written in comments for each file. If there are questions about the work in this repository, you can contact me via this page or via email (remove white spaces) tuomas . takko @ aalto .fi


Files

simulator_graphgame.py:

  • The simulator for group formation game with the probability matching model as specified in "Bhattacharya, K., Takko, T., Monsivais, D., & Kaski, K. (2018). Role of risk and information in a group formation experiment on a small-world network."
  • The script is used to simulate a graph game with bots and to visualize and animate the results of given number of runs with a given number of players in a given network.

alt text

I will be adding more scripts when they are related to publications and/or otherwise interesting!

About

Simple simulators to test different types of AI logic on solving games like consensus and graph-coloring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages