PrisonersDilemma/README.md

9 lines
406 B
Markdown
Raw Normal View History

2024-04-26 19:32:10 +02:00
# PrisonersDilemma
Prisoners Dilemma Battlearena - which algorithm can get most points?
2024-04-26 19:32:48 +02:00
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.
2024-04-26 20:37:23 +02:00
YOUR algorithm goes in the contender.py-file. You then go to main and pit it against another contender or itself.