I noticed my bot has a typo. (I do not expect you to change it or anything, just letting you know for your write up if you are confused by my code.)
The two times it says “(fst y,Cooperate)” should have said “(Cooperate, fst y)” I wanted to simulate them next round assuming my previous prediction of their move was correct and I cooperate, not assuming they cooperate and I repeat my last move.
Should have taken you up on the offer to code it for me :( oh well.
Thank you, I was a bit confused, and that did help me understand what you were going for. I’m actually very curious to see how the correct version performs; all of the bots will be open-sourced soon, so you’re welcome to experiment. I will probably run some tests as well.
I’m glad! It depends on how long it takes me to write up all of the results, but probably within 1 week.
Great! I can’t wait to see how thoroughly I was trounced by everyone!
I noticed my bot has a typo. (I do not expect you to change it or anything, just letting you know for your write up if you are confused by my code.)
The two times it says “(fst y,Cooperate)” should have said “(Cooperate, fst y)” I wanted to simulate them next round assuming my previous prediction of their move was correct and I cooperate, not assuming they cooperate and I repeat my last move.
Should have taken you up on the offer to code it for me :( oh well.
Thank you, I was a bit confused, and that did help me understand what you were going for. I’m actually very curious to see how the correct version performs; all of the bots will be open-sourced soon, so you’re welcome to experiment. I will probably run some tests as well.
How many entries were there?
There are 11 entries; I am very impressed by the amount of effort everyone put into their bots.
This is very exciting