This is the official implementation of Reciprocator agents.
After cloning this repository and installing python==3.10.13, you can install the required dependencies by running:
pip install -r requirements.txt
pip install -e .
To run the experiments, you can use the following command template (with an example for Coins):
python run.py -n coins_reciprocator_vs_naive -g coins -c configs/coins.yaml -e 500 -d all -r 8 -dd results