Skip to content

Amsterdam/PBK_Maintenance

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 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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages