PrisonersDilemmaTournament
PrisonersDilemmaTournament copied to clipboard
Create avgTFT.py
I added my own algorithm, a mod of tit for tat.
How it works: It averages it's opponents moves, rounds, and uses that as its response.
In certain situations (as in against 'always cooperate' and 'always defect') it behaves the same as tit for tat. I am not sure if it is better.