See: axelrod.readthedocs.io/en/latest/tutorials/further_topics/fingerprinting.html#fingerprinting
All strategies included from Axelrod version 4.3.0.
This README.md file is autogenerated by running:
$ python update_fingerprints.py
Each individual fingerprint can be obtained by running:
import axelrod as axl
fp = axl.AshlockFingerprint(strategy, probe)
fp.fingerprint(turns=200, repetitions=20)
fp.plot()