Marc
Marc
As a result of the changes above (version restrictions for docutils removed completely), docutils version 0.18.1 is initially installed and then replaced by 0.17.1 because sphinx_rtd_theme requires < 0.18
This issue is contained to just [moran.py](https://github.com/Axelrod-Python/Axelrod/blob/master/axelrod/moran.py) so you shouldn't need to understand much of the rest of the library. Take a look at that file and let us know...
I confirm no errors running the latest mypy with our master or the `mypy_random` branch. Errors are reported with `mypy --ignore-missing-imports -m axelrod`
I think so.
@SirRichter Not one that explicitly uses a Bayesian prior AFAIK. There are some strategies that attempt to determine the opponent's probability of cooperating in various ways, such as the running...
This would be interesting, we could also compare to the long-run time calculations (there's a notebook for it).
Mutable could be the base class I suppose. This would be on the master branch. We may want to fold in the dojo once the rest of this is done....
Mainly that most Players aren't naturally mutable. Some of the generic classes like LookerUp and the FSM player are, but the ones implemented from Axelrod's tournaments generally are not. One...
Note for this one I went with `EvolvablePlayer` instead of `MutablePlayer`.
I'm fine with you taking a stab at it. Let me record some thoughts here that may help. One thing we should change for the IPD player, which is API...