SplitInfinity
SplitInfinity
I am able to get the contents of a repository's root directory by passing in "/" as the path, but I am unsure if this is due to changes made...
I'm a newcomer and I'd like to work on this. I did some (admittedly superficial) research and couldn't find anything about the 'Analogy' strategy, so I'm going to follow your...
@marcharper How do you interpret the if statements in that Fortran code? For example, what is the meaning of: `IF (MOVEN - 51) 1, 2, 3` I assume from my...
@marcharper Thanks! I think I understand the implementation you linked on a statement/language level now but not yet on an algorithmic level. Should `Graaskamp1980` be essentially a translation of the...
@marcharper The one thing @drvinceknight and I couldn't figure out is how to detect if the opponent is using the 'Analogy' strategy. How does the Fortran code you linked do...
@drvinceknight > If not it cooperates and randomly defects every 5 to 15 moves. My interpretation of this is that the strategy class should take a constructor argument called `random_defect_frequency`...
@marcharper I've studied the Fortran and unless I've made a huge mistake (which is possible), it is **not** the same as the Graaskamp strategy in the Axelrod documentation and in...
I'm almost ready to post a pull request with an implementation of Graaskamp as deciphered from the Fortran. I have a few more loose ends to tie: 1. One of...
Hi @drvinceknight I've been on vacation for the last month - sorry for not communicating this to the team! The strategy as I deciphered it from the Fortran provided is...
For `mnist` and `cifar10` yes, but not for `char-rnn` and `fr2en`. I think those fail with a different error.