Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 779 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 779 Bytes

Evolving strategies for the Prisoner's Dilemma

The Prisoner's Dilemma is a traditional game model for studying decision making and self-interest. This Java software provides an environment in which strategies for the Prisoner's Dilemma can be evolved, analysed and interacted with. It includes genetic algorithms for strategy evolution and a spatial variant of the iterated Prisoner's Dilemma game. This software also provides a means of varying the evolutionary parameters and game rules, and facilitates analysis of the resulting behaviours.

More details can be found in the project documentation.

Demo of Application