This project applies the
This repository contains the code for the paper Ranking Joint Policies in Dynamic Games using Evolutionary Dynamics, accepted at AAMAS 2025.
This project uses Poetry for dependency management. To set up the environment:
-
Install Poetry (if not already installed):
pip install poetry
-
Clone the repository and navigate into it:
git clone https://github.com/nataliakoliou/Collaborative-Graph-Coloring-Game.git cd cgcg
-
Install dependencies:
poetry install
The repository provides three main entry points for running the code:
# Train policies as Deep Q-Networks
poetry run learner
# Generate the empirical payoff matrix through multiple game simulations
poetry run simulator
# Apply α-Rank to rank joint policies
poetry run evaluator
I would like to express my sincere gratitude to the creators of
Natalia Koliou: find me on LinkedIn.