Strilanc comments on Announcing the 2014 program equilibrium iterated PD 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 (61)
In the examples you show how to run the opponent, but how do you access the source code? For example, how do you distinguish a cooperate bot from a
(if choice < 0.0000001 then Defect else Cooperate)bot without a million simulations?Unlike last year's tournament, you can't, and this is part of the challenge. Simulations are a precious resource, and you have to make an educated guess about your opponent based on the limited simulations you have.