/pymarlx

Customized pymarl codebase for efficiency

Primary LanguagePythonApache License 2.0Apache-2.0

Python MARL framework X

This is just a customized codebase extended from PyMARL for efficiency.

Installation

conda create -n pymarlx python=3.10 -y
conda activate pymarlx
pip install -r requirements.txt
bash install_sc2.sh # if you have not installed StarCraftII on your machine
bash install_smac.sh