A infrastructure library for cooperative Multi-Agent Reinforcement Learning (MARL) with Large Language Models, featuring Centralized Training and Decentralized Execution (CTDE) with a centralized critic
# clone the repo
git clone https://github.com/p4sttt/argusorch.git && cd argusorch
# install dependencies using pip
pip install -re .
# install dependencies using uv
uv sync