- Clone from Git
git clone <repo HTTPS URL>
- Install packages
pip install -r requirements.txt
-
Modify configurations to test different parameters in
config.py -
Run tournament
python3 run_tournament.py
Year 9:
Team ID: 0, Resources: 100.0, Head Count: 3, Employees: [Cooperator, Cooperator, Cooperator]
Team ID: 1, Resources: 100.0, Head Count: 28, Employees: [Cooperator, Calculator, Darwin, Darwin, Darwin, Darwin, Cooperator, Cooperator, Cooperator, Cooperator, Calculator, Calculator, Darwin, Cooperator, Calculator, Darwin, Cooperator, Cooperator, Calculator, Cooperator, Darwin, Darwin, Cooperator, Calculator, Darwin, Cooperator, Darwin, Darwin]
Team ID: 2, Resources: 100.0, Head Count: 0, Employees: []
Normalized scoreboard: [[0.140625, 0.15789473684210525, 0.1276595744680851], [1.1428571428571428, 1.2857142857142858, 2.2, 1.5, 1.8333333333333333, 1.5, 1.2857142857142858, 2.0, 1.375, 0.75, 0.6666666666666666, 1.0, 1.125, 0.6, 1.8, 1.5, 1.2857142857142858, 1.0, 1.125, 1.8, 0.8571428571428571, 3.0, 1.5, 1.0, 0.8571428571428571, 0.8571428571428571, 1.125, 0.6], []]
Normalized payoff per team: [0.14205977043673013, 1.3061224489795915, 0]
Annual normalized organization payoff: 1.4481822194163216
