https://github.com/hardbyte/mandela
Iterated Prisoner Dilemma
https://github.com/hardbyte/mandela
Last synced: 7 months ago
JSON representation
Iterated Prisoner Dilemma
- Host: GitHub
- URL: https://github.com/hardbyte/mandela
- Owner: hardbyte
- Created: 2014-04-30T00:01:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-30T05:40:45.000Z (almost 12 years ago)
- Last Synced: 2025-02-28T15:55:29.811Z (about 1 year ago)
- Language: Python
- Size: 695 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.