Skip to content

Commit

Permalink
Update summarising_tournaments.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper authored Mar 8, 2024
1 parent 697022c commit 7aa354c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ It is also possible to write this data directly to a csv file using the
... for row in csvreader:
... print(row)
['Rank', 'Name', 'Median_score', 'Cooperation_rating', 'Wins', 'Initial_C_rate', 'CC_rate', 'CD_rate', 'DC_rate', 'DD_rate', 'CC_to_C_rate', 'CD_to_C_rate', 'DC_to_C_rate', 'DD_to_C_rate']
['0', 'Defector', ...
['1', 'Tit For Tat', ...
['2', 'Grudger', ...
['3', 'Cooperator', ...
['0', 'Defector', ...]
['1', 'Tit For Tat', ...]
['2', 'Grudger', ...]
['3', 'Cooperator', ...]


The result set class computes a large number of detailed outcomes read about
Expand Down

0 comments on commit 7aa354c

Please sign in to comment.