Decius comments on Prisoner's Dilemma (with visible source code) Tournament - 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 (232)
Using ThrustVectoring's idea, I have a template other people can use to make a clique-team. The following code
Tests weather the opponent code is based on the same pattern, and if so, cooperates. Otherwise it verifies an arithmetical fact and then defects.
ETA: Sorry, I was writing this in a hurry. To clarify, the idea was to create a Schelling point for a specific AbsoutismBot wrapper which will help all of the submitters to cooperate. Unfortunately, this current program doesn't work (and the indentation doesn't work either). I will try to modify it in the future.
ETA: Boy, the original is so bug-ridden it's funny. Anyways, I tested this and it should work. Use this for Schelling point needs.
ETA: Bah, I give up in trying to get it indented properly.
ETA: AlexMennen has clarified the rules so that my meta-strategy is illegal.
Is there a way to have this pattern match without having the behavior match, or to incorporate two such patterns into one program?