7
7
.. image :: https://github.com/Axelrod-Python/Axelrod/workflows/CI/badge.svg
8
8
:target: https://github.com/Axelrod-Python/Axelrod/actions
9
9
10
- |Join the chat at https://gitter.im/Axelrod-Python/Axelrod |
11
-
12
10
Axelrod
13
11
=======
14
12
@@ -32,29 +30,29 @@ Features
32
30
With Axelrod you:
33
31
34
32
- have access `to over 200 strategies
35
- <http ://axelrod.readthedocs.io/en/stable/reference/all_strategies .html> `_, including original and classics like Tit
33
+ <https ://axelrod.readthedocs.io/en/stable/reference/strategy_index .html> `_, including original and classics like Tit
36
34
For Tat and Win Stay Lose Shift. These are extendable through parametrization
37
35
and a collection of strategy transformers.
38
36
- can create `head to head matches
39
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /match.html> `_ between pairs of strategies.
37
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /match.html> `_ between pairs of strategies.
40
38
- can create `tournaments
41
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /tournament.html> `_ over a number of strategies.
39
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /tournament.html> `_ over a number of strategies.
42
40
- can study population dynamics through `Moran processes
43
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /moran.html> `_ and an `infinite
41
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /moran.html> `_ and an `infinite
44
42
population model
45
- <http ://axelrod.readthedocs.io/en/stable/tutorials/further_topics/ecological_variant .html> `_.
43
+ <https ://axelrod.readthedocs.io/en/stable/how-to/run_axelrods_ecological_variant .html> `_.
46
44
- can analyse detailed `results of tournaments
47
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /summarising_tournaments.html> `_ and matches.
45
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /summarising_tournaments.html> `_ and matches.
48
46
- can `visualise results
49
- <http ://axelrod.readthedocs.io/en/stable/tutorials/getting_started /visualising_results.html> `_ of tournaments.
47
+ <https ://axelrod.readthedocs.io/en/stable/tutorials/new_to_game_theory_and_or_python /visualising_results.html> `_ of tournaments.
50
48
51
49
.. image :: http://axelrod.readthedocs.io/en/stable/_images/demo_strategies_boxplot.svg
52
50
:height: 300 px
53
51
:align: center
54
52
55
- - can reproduce a number of contemporary research topics such as `fingerprinting <http ://axelrod.readthedocs.io/en/stable/tutorials/further_topics/fingerprinting .html >`_ of
53
+ - can reproduce a number of contemporary research topics such as `fingerprinting <https ://axelrod.readthedocs.io/en/stable/how-to/fingerprint .html >`_ of
56
54
strategies and `morality metrics
57
- <http ://axelrod.readthedocs.io/en/stable/tutorials/further_topics/morality_metrics .html> `_.
55
+ <https ://axelrod.readthedocs.io/en/stable/how-to/calculate_morality_metrics .html> `_.
58
56
59
57
.. image :: https://github.com/Axelrod-Python/Axelrod-fingerprint/raw/master/assets/Tricky_Defector.png
60
58
:height: 300 px
@@ -100,8 +98,7 @@ Examples
100
98
--------
101
99
102
100
- https://github.com/Axelrod-Python/tournament is a tournament pitting all the
103
- strategies in the repository against each other. These results can be easily
104
- viewed at http://axelrod-tournament.readthedocs.org.
101
+ strategies in the repository against each other.
105
102
- https://github.com/Axelrod-Python/Axelrod-notebooks contains a set of example
106
103
Jupyter notebooks.
107
104
- https://github.com/Axelrod-Python/Axelrod-fingerprint contains fingerprints
@@ -114,7 +111,7 @@ All contributions are welcome!
114
111
115
112
You can find helpful instructions about contributing in the
116
113
documentation:
117
- https://axelrod.readthedocs.io/en/latest /how-to/contributing/index.html
114
+ https://axelrod.readthedocs.io/en/stable /how-to/contributing/index.html
118
115
119
116
Publications
120
117
------------
0 commit comments