So8res comments on Prisoner's Dilemma (with visible source code) Tournament - Less Wrong

47 Post author: AlexMennen 07 June 2013 08:30AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (232)

You are viewing a single comment's thread. Show more comments above.

Comment author: So8res 24 June 2013 03:41:56PM 1 point [-]

Incorrect. His MimicBot cooperates with probability ε and mimics the opponent with probability 1-ε (which may result in cooperation or defection, depending upon the opponent.)

Comment author: Kawoomba 24 June 2013 04:10:54PM 1 point [-]

Heh, only if random() returns a random number in [0, 1], which isn't specified in the pseudocode.