prase comments on Prisoner's Dilemma as a Game Theory Laboratory - Less Wrong

17 Post author: prase 25 August 2011 02:30PM

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

Comments (47)

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

Comment author: prase 25 August 2011 04:55:30PM 0 points [-]

I have already a functional code written in Wolfram Mathematica which simulates the tournaments.

If the number of strategies will not be too big, it is easier for me to code them than to write down the instructions needed for the readers to know how I represent the data, not to speak about help for those unfamiliar with Mathematica's syntax. Simple strategies are usually one-liners, e.g. tit-for-tat has 29 characters.

Comment author: jimrandomh 25 August 2011 05:07:53PM 5 points [-]

Okay, but what about complicated strategies? Even someone playing tit-for-tat will want to augment it with a special case to switch to defection rock when they're playing against Fully Random.

Comment author: prase 25 August 2011 05:11:44PM 0 points [-]

If that happens more than once or twice, then I will probably ask the author to code it.