Run python simulation of prisoner's dilemma game. The game is played by two agents. Each agent can choose to cooperate or defect.
- Setup a python environment with
requirements.txt:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt- Run the simulation with the following command:
python run.py