Prisoners Dilemma Battlearena - which algorithm can get most points?
Go to file
taxicomics 00a9debb4b commit with optional input parameters 2024-04-26 19:11:23 +00:00
__pycache__ commit with optional input parameters 2024-04-26 19:11:23 +00:00
README.md Improved usability 2024-04-26 18:37:23 +00:00
contenders.py commit with optional input parameters 2024-04-26 19:11:23 +00:00
helper_functions.py commit with optional input parameters 2024-04-26 19:11:23 +00:00
main.py commit with optional input parameters 2024-04-26 19:11:23 +00:00

README.md

PrisonersDilemma

Prisoners Dilemma Battlearena - which algorithm can get most points?

The prisoner's dilemma is a game theory thought experiment that involves two rational agents, each of whom can COORPERATE for mutual benefit or betray their partner ("defect") for individual reward.

YOUR algorithm goes in the contender.py-file. You then go to main and pit it against another contender or itself.