English

MARL Warehouse Robots

Artificial Intelligence 2025-12-10 v2 Robotics

Abstract

We present a comparative study of multi-agent reinforcement learning (MARL) algorithms for cooperative warehouse robotics. We evaluate QMIX and IPPO on the Robotic Warehouse (RWARE) environment and a custom Unity 3D simulation. Our experiments reveal that QMIX's value decomposition significantly outperforms independent learning approaches (achieving 3.25 mean return vs. 0.38 for advanced IPPO), but requires extensive hyperparameter tuning -- particularly extended epsilon annealing (5M+ steps) for sparse reward discovery. We demonstrate successful deployment in Unity ML-Agents, achieving consistent package delivery after 1M training steps. While MARL shows promise for small-scale deployments (2-4 robots), significant scaling challenges remain. Code and analyses: https://pallman14.github.io/MARL-QMIX-Warehouse-Robots/

Keywords

Cite

@article{arxiv.2512.04463,
  title  = {MARL Warehouse Robots},
  author = {Price Allman and Lian Thang and Dre Simmons and Salmon Riaz},
  journal= {arXiv preprint arXiv:2512.04463},
  year   = {2025}
}

Comments

5 pages.Project documentation: https://pallman14.github.io/MARL-QMIX-Warehouse-Robots/

R2 v1 2026-07-01T08:08:53.047Z