PrisonersDilemmaTournament
PrisonersDilemmaTournament copied to clipboard
Watch This Place's awesome video about iterated Prisoner's Dilemma for context! https://www.youtube.com/watch?v=BOvAbjfJ0x0
I assume at least a few of us here are going the route of NN where some computationally expensive matrix multiplication might need to be done to evaluate the results....
Since you’re going to be reading the code of all the strategies anyways, you should mark down the ones which are interesting or funny, it would be really cool to...
There are several ways agents might want to use as much time as possible to improve their performance (training neural networks/other machine learning, Monte Carlo tree search, ...). I read...
Today's the last day! I just want to wish everyone had a great time with their strats! I thought I'll only need a day or two to come up with...
I've spent more time trying to put together tools for analysis and improving performance than I have working on my strategies... oh well. I figured I'd at least share: https://github.com/EFHIII/PrisonersDilemmaTournamentTools...
I realize that when all the strategies are put together in the end, grim tripper may not be the best, but with the example strats has anyone found a strategy...
## Preface Right now a more lenient version of grimTrigger with titForTat beats all of the example strategies, even when adding several other strategies(tested with both 44 and 24 different...
I got to thinking, and it’s really hard to get a low scoring alg. Even playing always cooperate will still net you a pretty high score in the grand scheme...
I will win
Note: I don't know much about python, I know JS more. Also, this is my first pull request.