Instructions

This is an indefinitely repeated prisoner's dilemma with a stopping probability of {{ Constants.stopping_probability }}. It will repeat for {{ Constants.num_rounds }} supergames.

Here is the payoff matrix:

Other Cooperates Other Defects
You Cooperate You: {{ Constants.payoffB }}, Other: {{ Constants.payoffB }} You: {{ Constants.payoffD }}, Other: {{ Constants.payoffA }}
You Defect You: {{ Constants.payoffA }}, Other: {{ Constants.payoffD }} You: {{ Constants.payoffC }}, Other: {{ Constants.payoffC }}