This repository contains the code for the paper A Coevolutionary Approach to Deep Multi-agent Reinforcement Learning.
- Install the dependencies using either
poetry installorpip install -r requirements.txt. - Download the required Atari ROMs by running the
AutoROMcommand. - 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 theconfigsfolder. - Run
main.py.
If you used Weights and Biases, the metrics and videos should appear in your dashboard:
