|
| 1 | +import axelrod as axl |
| 2 | + |
1 | 3 | characteristics = {
|
2 | 4 | 'grasr': {
|
3 | 5 | 'axelrod-python_class': None,
|
|
20 | 22 | 'author': None,
|
21 | 23 | 'original_rank': None},
|
22 | 24 | 'k34r': {
|
23 |
| - 'axelrod-python_class': 'Grudger', |
| 25 | + 'axelrod-python_class': axl.Grudger, |
24 | 26 | 'stochastic': False,
|
25 | 27 | 'author': None,
|
26 | 28 | 'original_rank': None},
|
|
80 | 82 | 'author': None,
|
81 | 83 | 'original_rank': None},
|
82 | 84 | 'k46r': {
|
83 |
| - 'axelrod-python_class': 'Eatherley', |
| 85 | + 'axelrod-python_class': axl.Eatherley, |
84 | 86 | 'stochastic': True,
|
85 | 87 | 'author': None,
|
86 | 88 | 'original_rank': None},
|
|
135 | 137 | 'author': None,
|
136 | 138 | 'original_rank': None},
|
137 | 139 | 'k57r': {
|
138 |
| - 'axelrod-python_class': 'Nydegger', |
| 140 | + 'axelrod-python_class': axl.Nydegger, |
139 | 141 | 'stochastic': False,
|
140 | 142 | 'author': None,
|
141 | 143 | 'original_rank': None},
|
|
145 | 147 | 'author': None,
|
146 | 148 | 'original_rank': None},
|
147 | 149 | 'k59r': {
|
148 |
| - 'axelrod-python_class': 'RevisedDowning', |
| 150 | + 'axelrod-python_class': axl.RevisedDowning, |
149 | 151 | 'stochastic': False,
|
150 | 152 | 'author': None,
|
151 | 153 | 'original_rank': None},
|
|
155 | 157 | 'author': None,
|
156 | 158 | 'original_rank': None},
|
157 | 159 | 'k61r': {
|
158 |
| - 'axelrod-python_class': 'Champion', |
| 160 | + 'axelrod-python_class': axl.Champion, |
159 | 161 | 'stochastic': True,
|
160 | 162 | 'author': None,
|
161 | 163 | 'original_rank': None},
|
|
195 | 197 | 'author': None,
|
196 | 198 | 'original_rank': None},
|
197 | 199 | 'k69r': {
|
198 |
| - 'axelrod-python_class': 'Joss', |
| 200 | + 'axelrod-python_class': axl.Joss, |
199 | 201 | 'stochastic': True,
|
200 | 202 | 'author': None,
|
201 | 203 | 'original_rank': None},
|
|
235 | 237 | 'author': None,
|
236 | 238 | 'original_rank': None},
|
237 | 239 | 'k76r': {
|
238 |
| - 'axelrod-python_class': 'Tester', |
| 240 | + 'axelrod-python_class': axl.Tester, |
239 | 241 | 'stochastic': False,
|
240 | 242 | 'author': None,
|
241 | 243 | 'original_rank': None},
|
242 | 244 | 'k77r': {
|
243 |
| - 'axelrod-python_class': 'Feld', |
| 245 | + 'axelrod-python_class': axl.Feld, |
244 | 246 | 'stochastic': True,
|
245 | 247 | 'author': None,
|
246 | 248 | 'original_rank': None},
|
|
285 | 287 | 'author': None,
|
286 | 288 | 'original_rank': None},
|
287 | 289 | 'k86r': {
|
288 |
| - 'axelrod-python_class': 'Grofman', |
| 290 | + 'axelrod-python_class': axl.Grofman, |
289 | 291 | 'stochastic': False,
|
290 | 292 | 'author': None,
|
291 | 293 | 'original_rank': None},
|
|
320 | 322 | 'author': None,
|
321 | 323 | 'original_rank': None},
|
322 | 324 | 'k93r': {
|
323 |
| - 'axelrod-python_class': 'UnnamedStrategy', |
| 325 | + 'axelrod-python_class': axl.UnnamedStrategy, |
324 | 326 | 'stochastic': True,
|
325 | 327 | 'author': None,
|
326 | 328 | 'original_rank': None},
|
327 | 329 | 'kpavlovc': {
|
328 |
| - 'axelrod-python_class': 'WinStayLoseShift', |
| 330 | + 'axelrod-python_class': axl.WinStayLoseShift, |
329 | 331 | 'stochastic': False,
|
330 | 332 | 'author': None,
|
331 | 333 | 'original_rank': None},
|
332 | 334 | 'krandomc': {
|
333 |
| - 'axelrod-python_class': 'Random', |
| 335 | + 'axelrod-python_class': axl.Random, |
334 | 336 | 'stochastic': True,
|
335 | 337 | 'author': None,
|
336 | 338 | 'original_rank': None},
|
337 | 339 | 'ktf2tc': {
|
338 |
| - 'axelrod-python_class': 'TitFor2Tats', |
| 340 | + 'axelrod-python_class': axl.TitFor2Tats, |
339 | 341 | 'stochastic': False,
|
340 | 342 | 'author': None,
|
341 | 343 | 'original_rank': None},
|
342 | 344 | 'ktitfortatc': {
|
343 |
| - 'axelrod-python_class': 'TitForTat', |
| 345 | + 'axelrod-python_class': axl.TitForTat, |
344 | 346 | 'stochastic': False,
|
345 | 347 | 'author': None,
|
346 | 348 | 'original_rank': None},
|
|
0 commit comments