|
1 | 1 | classifiers = { |
2 | 2 | 'grasr': {'axelrod-python class': None, 'stochastic': None}, |
3 | 3 | 'k31r': {'axelrod-python class': None, 'stochastic': None}, |
4 | | - 'k32r': {'axelrod-python class': None, 'stochastic': None}, |
| 4 | + 'k32r': {'axelrod-python class': None, 'stochastic': False}, |
5 | 5 | 'k33r': {'axelrod-python class': None, 'stochastic': None}, |
6 | 6 | 'k34r': {'axelrod-python class': 'Grudger', 'stochastic': None}, |
7 | 7 | 'k35r': {'axelrod-python class': None, 'stochastic': None}, |
|
64 | 64 | 'k91r': {'axelrod-python class': None, 'stochastic': None}, |
65 | 65 | 'k92r': {'axelrod-python class': None, 'stochastic': None}, |
66 | 66 | 'k93r': {'axelrod-python class': 'UnnamedStrategy', 'stochastic': None}, |
67 | | - 'kpavlovc': {'axelrod-python class': 'WinStayLoseShift', 'stochastic': None}, |
68 | | - 'krandomc': {'axelrod-python class': 'Random', 'stochastic': None}, |
69 | | - 'ktf2tc': {'axelrod-python class': 'TitFor2Tats', 'stochastic': None}, |
70 | | - 'ktitfortatc': {'axelrod-python class': 'TitForTat', 'stochastic': None}, |
| 67 | + 'kpavlovc': {'axelrod-python class': 'WinStayLoseShift', 'stochastic': False}, |
| 68 | + 'krandomc': {'axelrod-python class': 'Random', 'stochastic': True}, |
| 69 | + 'ktf2tc': {'axelrod-python class': 'TitFor2Tats', 'stochastic': False}, |
| 70 | + 'ktitfortatc': {'axelrod-python class': 'TitForTat', 'stochastic': False}, |
71 | 71 | } |
72 | 72 |
|
73 | 73 | all_strategies = classifiers.keys() |
0 commit comments