Skip to content

bear-is-asleep/prisoner_dilemma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prisoner Dillemma

Run python simulation of prisoner's dilemma game. The game is played by two agents. Each agent can choose to cooperate or defect.

Quick start

  1. Setup a python environment with requirements.txt:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
  1. Run the simulation with the following command:
python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages