Skip to content

Commit c94a4b6

Browse files
committed
Added marzi2025hierarchical
1 parent 23ea945 commit c94a4b6

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

_data/publications.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
---
2+
- title: Hierarchical Message-Passing Policies for Multi-Agent Reinforcement Learning
3+
links:
4+
paper: https://arxiv.org/abs/2507.23604
5+
venue: Preprint
6+
year: 2025
7+
authors:
8+
- id:tmarzi
9+
- id:calippi
10+
- id:acini
11+
keywords:
12+
- reinforcement learning
13+
- relational inductive biases
14+
- graph neural networks
15+
abstract: Decentralized Multi-Agent Reinforcement Learning (MARL) methods allow for learning scalable multi-agent policies, but suffer from partial observability and induced non-stationarity. These challenges can be addressed by introducing mechanisms that facilitate coordination and high-level planning. Specifically, coordination and temporal abstraction can be achieved through communication (e.g., message passing) and Hierarchical Reinforcement Learning (HRL) approaches to decision-making. However, optimization issues limit the applicability of hierarchical policies to multi-agent systems. As such, the combination of these approaches has not been fully explored. To fill this void, we propose a novel and effective methodology for learning multi-agent hierarchies of message-passing policies. We adopt the feudal HRL framework and rely on a hierarchical graph structure for planning and coordination among agents. Agents at lower levels in the hierarchy receive goals from the upper levels and exchange messages with neighboring agents at the same level. To learn hierarchical multi-agent policies, we design a novel reward-assignment method based on training the lower-level policies to maximize the advantage function associated with the upper levels. Results on relevant benchmarks show that our method performs favorably compared to the state of the art.
16+
bibtex: >
17+
@article{marzi2025hierarchical,
18+
title={Hierarchical Message-Passing Policies for Multi-Agent Reinforcement Learning},
19+
author={Marzi, Tommaso and Alippi, Cesare and Cini, Andrea},
20+
journal={arXiv preprint arXiv:2507.23604},
21+
year={2025}
22+
}
223
- title: "Over-squashing in Spatiotemporal Graph Neural Networks"
324
links:
425
paper: https://arxiv.org/abs/2506.15507
@@ -285,7 +306,6 @@
285306
- A. Khehra
286307
- id:acini
287308
- id:calippi
288-
first_authors: 1
289309
keywords:
290310
- reinforcement learning
291311
- relational inductive biases

0 commit comments

Comments
 (0)