Graph Topology Determines Survival in the Rock-Paper-Scissors Game

Lowell, 2021. "Graph Topology Determines Survival in the Rock-Paper-Scissors Game."

Experimental scripts for this paper can be found at the following repository:

https://github.com/TheoremEngine/graph-topology-determines-survival

The scripts were run using git commit hash a7eac98 of Viridicle.

The data files produced during the experimental run can be found at:

The files are in a "requestor pays" AWS S3 bucket. To download them, first obtain an AWS account, install the AWS CLI <https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html>_, and link the CLI to your account. Then, run the following commands:

aws s3 cp s3://theorem-engine-published-results/1/block.csv . --request-payer requester
aws s3 cp s3://theorem-engine-published-results/1/klein-01110001.csv . --request-payer requester
...

block.csv contains the data from runs with block initializations in each graph. The remaining files use specific initializations to induce each pattern.

Each record is a csv file. Each row in the csv file records a period in a particular experiment where the graph was in the same pattern, so each experiment typically occupies multiple rows. The rows from an experiment are contiguous, and one experiment can be distinguished from the next by the combination of its hyperparameters ('graph', 'width', 'mobility', 'initialization', 'warmup_mobility', 'warmup_time') and random seed ('seed', 'warmup_seed'). Example scripts for processing and analyzing the files can be found in the scripts repository.

The columns in the csv files are:

Back to papers