Skip to content

jesserem/MODCMAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MODCMAC

This repository contains the code for Multi-Objective Deep Centralized Multi-Agent Actor Critic (MODCMAC) algorithm. The algorithm is implemented in PyTorch.

Installation

The dependencies can be installed using the following command:

pip install -r requirements.txt

Running the code

The code can be run using the following command:

python run_MODCMAC.py [args]

The function of each argument can be found by running:

python run_MODCMAC.py --help

Disclaimer

The code is a work in progress and is not yet complete. We will add a full citation soon after the paper is published at the MODeM workshop at ECAI 2023.

About

The code for MODCMAC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages