danielharan comments on Fixed-Length Selective Iterative Prisoner's Dilemma Mechanics - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (14)
I wrote code, since I'd like to eventually test random and evolutionary models: https://github.com/danielharan/prisoners_dilemma
Next up is outputting results from a round robin, then figuring out rules for changing the population after each turn. Suggestions and forks are welcome.