{{ block content }} Below you find the payoff Matrix of prisoners Dilemma.
| Other Player | You | ||
| Cooperate | Defect | ||
| Cooperate | {{ C.payoff_both_cooperate }}, {{ C.payoff_both_cooperate }} | {{ C.payoff_cooperate_defect_low }}, {{ C.payoff_cooperate_defect_high }} | |
| Defect | {{ C.payoff_cooperate_defect_high }}, {{ C.payoff_cooperate_defect_low }} | {{ C.payoff_both_defect }}, {{ C.payoff_both_defect }} | |