Skip to content

Commit 031f1bc

Browse files
committed
Update readme.rst
1 parent d15414f commit 031f1bc

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

README.rst

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,24 @@
1515
Axelrod
1616
=======
1717

18-
A repository with the following goals:
18+
A library with the following principles and goals:
1919

20-
1. To enable the reproduction of previous Iterated Prisoner's Dilemma research as easily as possible.
21-
2. To produce the de-facto tool for any future Iterated Prisoner's Dilemma research.
22-
3. To provide as simple a means as possible for anyone to define and contribute
20+
1. Enabling the reproduction of previous Iterated Prisoner's Dilemma research
21+
as easily as possible.
22+
2. Creating the de-facto tool for future Iterated Prisoner's Dilemma
23+
research.
24+
3. Providing as simple a means as possible for anyone to define and contribute
2325
new and original Iterated Prisoner's Dilemma strategies.
26+
4. Emphasizing readability along with an open and welcoming community that
27+
is accommodating for developers and researchers of a variety of skill levels
2428

25-
**Please contribute strategies via pull request (or just get in touch
26-
with us).**
29+
Currently the library contains well over 100 strategies and can perform a
30+
variety of tournament types (RoundRobin, Noisy, Spatially-distributed, and
31+
probabilistically ending) and population dynamics while taking advantage
32+
of multi-core processors.
33+
34+
35+
**Please contribute via pull request (or just get in touch with us).**
2736

2837
For an overview of how to use and contribute to this repository, see the
2938
documentation: http://axelrod.readthedocs.org/
@@ -91,8 +100,7 @@ at http://axelrod-tournament.readthedocs.org.
91100
Contributing
92101
============
93102

94-
All contributions are welcome, with a particular emphasis on
95-
contributing further strategies.
103+
All contributions are welcome!
96104

97105
You can find helpful instructions about contributing in the
98106
documentation:

docs/tutorials/getting_started/moran.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ initial population of players, the population is iterated in rounds consisting
1212
of:
1313

1414
- matches played between each pair of players, with the cumulative total
15-
scores recored
15+
scores recorded
1616
- a player is chosen to reproduce proportional to the player's score in the
1717
round
1818
- a player is chosen at random to be replaced

0 commit comments

Comments
 (0)