This repository contains the code for the MARL cluster training blog post ->.
Install the dependencies with uv:
uv syncRun an experiment:
uv run -m scripts.run_experiment \
algorithm=ippo \
task=multiwalker/shared \
experiment=debug_no_log \
model=layers/mlpThat's mostly it! See the following resources for more details: