Skip to content

lwthatcher/repeated_play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

Lab #1 for CS 670: Repeated Play Prisoner's Dillema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages