An open API service indexing awesome lists of open source software.

https://github.com/hardbyte/mandela

Iterated Prisoner Dilemma
https://github.com/hardbyte/mandela

Last synced: 7 months ago
JSON representation

Iterated Prisoner Dilemma

Awesome Lists containing this project

README

          

# Datastructures

Contains our Strategy class.

The `strats` folder contains our strategies - including the
MLRandomForest.

# Local championship

To run all strategies against all others run:

python3 mandela.py

Python2 should work as well.

# Networked play

python3 compete_all.py

Will launch a thread for each strategy and connect to a server.