Marc
Marc
Yeah either way. I was just going to dump the data to dropbox or my website and I don't think it would be difficult to automatically open a PR. But...
@souravsingh by all means give it a shot!
Thanks. We've actually incorporated the Moran process into the Axelrod library now so we should rewrite the notebook anyway. See #7 .
I did do this a while back actually, generated all the match data, but did not upload new images. I can do it but there are a few new strategies...
Well I never finished the generation of the figures so I didn't upload anything. I was intending to do the described refactor but it hasn't happened yet. I was also...
How would this be implemented? IIUC players would need to know that a probabilistic end is possible and take that into consideration, which none currently are coded to do so....
A few tests are failing: * one in the docs that counts total strategies of various types * one involving the name / repr of your strategy * lines 89...
@drvinceknight @Nikoleta-v3 PTAL
Looks like we broke the test invocator with some recent commits, I'll try to fix it. You'll need to update one of the doc tests to indicate that two new...
Thanks for the updates. The test that's failing is: ``` ====================================================================== FAIL: test_strategy (axelrod.tests.strategies.test_meta.TestNMWEDeterministic.test_strategy) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/Axelrod/Axelrod/axelrod/tests/strategies/test_meta.py", line 636, in test_strategy self.versus_test( File "/home/runner/work/Axelrod/Axelrod/axelrod/tests/strategies/test_player.py", line...