English

Learning to Lead Themselves: Agentic AI in MAS using MARL

Artificial Intelligence 2025-10-02 v1 Multiagent Systems

Abstract

As autonomous systems move from prototypes to real deployments, the ability of multiple agents to make decentralized, cooperative decisions becomes a core requirement. This paper examines how agentic artificial intelligence, agents that act independently, adaptively and proactively can improve task allocation and coordination in multi-agent systems, with primary emphasis on drone delivery and secondary relevance to warehouse automation. We formulate the problem in a cooperative multi-agent reinforcement learning setting and implement a lightweight multi-agent Proximal Policy Optimization, called IPPO, approach in PyTorch under a centralized-training, decentralized-execution paradigm. Experiments are conducted in PettingZoo environment, where multiple homogeneous drones or agents must self-organize to cover distinct targets without explicit communication.

Keywords

Cite

@article{arxiv.2510.00022,
  title  = {Learning to Lead Themselves: Agentic AI in MAS using MARL},
  author = {Ansh Kamthan},
  journal= {arXiv preprint arXiv:2510.00022},
  year   = {2025}
}

Comments

Exploring foundational behaviours of agentic ai using MARL 39 pages - 25 minute read, 5 tables, 24 equation, 9 figures

R2 v1 2026-07-01T06:08:32.542Z