Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.24 KB

Repeated Play Prisoner's Dilemma

CS 670 Lab 1

TODO:

  • Create custom agent
  • Experiments
  • Format data
  • Report

Report:

  • describe and justify your strategy (1 pg)
  • description of the results for each number of trials listed above (5, 100, and 200);
  • description of the results for each of the probabilities above (0.75, 0.9, and 0.99);
  • explanation of why the winner won, and discussing how their strategy performed and why (1 pg)

Experiments:

5 trials 100 trials 200 trials
p = 1.0
p = 0.99
p = 0.95
p = 0.9
p = 0.75

Note: for values p < 1, do 100 iterations and average over them.

Each agent will compete against all other agents, and the total scores will be recorded.

Project Specifications: