Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 654 Bytes

MODCMAC

This repository contains the code for Multi-Objective Deep Centralized Multi-Agent Actor Critic (MODCMAC) algorithm. The algorithm is implemented in PyTorch and builds upon the work of Jesse van Remmerden found here.

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.