This repository contains the code for the paper A Coevolutionary Approach to Deep Multi-agent Reinforcement Learning.
- Install the dependencies using either
poetry install
orpip install -r requirements.txt
. - Download the required Atari ROMs by running the
AutoROM
command. - If you want to use Weights and Biases for dashboarding, make sure you set the
WANDB_API_KEY
. - Specify the config file you want to use in
main.py
. You might want to use one of the configs in theconfigs
folder. - Run
main.py
.
If you used Weights and Biases, the metrics and videos should appear in your dashboard: