Skip to content

Nikoleta-v3/axelrod-evolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Axelrod-evolver relies on the axelrod library. Install it with

pip install axelrod 

or build from source using [http://axelrod.readthedocs.org/en/latest/tutorials/getting_started/getting_started.html#installation](instructions here).

Axelrod seems to have some dependencies that don't get installed automatically; you can install them plus docopt which is required by the evolver script by running

pip install docopt numpy cloudpickle

Once you have the dependencies, clone this git repository.

Running

python lookup-evolve.py -h

will display help.

About

Tools to use an evolutionary algorithm to evolve strategies for an iterated prisoner's dilemma tournament

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%