Can you explain the rationale behind the elimination setup a little more? An elimination tournament seems less fair than pure round-robin. Moreover, I ran some tests with various combinations of the example bots from the tutorial, and what generally happens is the bots with strategies along the lines of “I’ll cooperate if you do” (i.e. tit-for-tat, justiceBot, mirrorBot) rise to the top and then just cooperate with each other, resulting in a multi-way tie. If the actual pool of submissions contain enough bots with that kind of strategy, a large tie seems inevitable. This result doesn’t sound very exciting for a competition, but is there is some sense in which it is theoretically “better” than round-robin?
Edit: This outcome doesn’t always happen, but it happens most of the time.
The elimination tournament better simulates evolution and capitalism. With a round robin you can have a successful strategy of taking resources from stupid people. But in nature and the marketplace stupid people won’t consistently get resources and so a strategy of taking from them will not be a long-term effective one.
Can you explain the rationale behind the elimination setup a little more? An elimination tournament seems less fair than pure round-robin. Moreover, I ran some tests with various combinations of the example bots from the tutorial, and what generally happens is the bots with strategies along the lines of “I’ll cooperate if you do” (i.e. tit-for-tat, justiceBot, mirrorBot) rise to the top and then just cooperate with each other, resulting in a multi-way tie. If the actual pool of submissions contain enough bots with that kind of strategy, a large tie seems inevitable. This result doesn’t sound very exciting for a competition, but is there is some sense in which it is theoretically “better” than round-robin?
Edit: This outcome doesn’t always happen, but it happens most of the time.
The elimination tournament better simulates evolution and capitalism. With a round robin you can have a successful strategy of taking resources from stupid people. But in nature and the marketplace stupid people won’t consistently get resources and so a strategy of taking from them will not be a long-term effective one.
Thank you, that is an excellent explanation and you have changed my mind; I will implement an elimination tournament as you described.