Skip to content

Commit

Permalink
Update readme.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper committed Aug 10, 2016
1 parent d15414f commit 031f1bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,24 @@
Axelrod
=======

A repository with the following goals:
A library with the following principles and goals:

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

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


**Please contribute via pull request (or just get in touch with us).**

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

All contributions are welcome, with a particular emphasis on
contributing further strategies.
All contributions are welcome!

You can find helpful instructions about contributing in the
documentation:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting_started/moran.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ initial population of players, the population is iterated in rounds consisting
of:

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

0 comments on commit 031f1bc

Please sign in to comment.