Axelrod-Python/Axelrod

I couldn't find the strategy submitted by Mauk in the competition for 19th place

Closed this issue · 2 comments

In the file shown below, there are strategies that show the 18th and the 20th, but there is no strategy that shows the 19th. I can't find it by searching according to the author's name "Mauk"
05743f64bdce95796048fd6005b4aa9

In addition, according to the paper, there were 63 strategies in that game, but I only saw more than 20 strategies in this file. Did you not write all the code of the strategies, or did you write the strategies in another place?

The closest we have to the original strategies are from a test tournament in Fortran, available in the axelrod-fortran library. We are not aware of any copies of the original source code for the tournament run in Axelrod's second tournament.

The strategies in this file are the ones we've been able to find enough documentation on to re-implement (and had the time and inclination to do so). Note that some strategies like Tit-For-Tat are in other files.