Skip to content

Commit c60a6cc

Browse files
authored
Update README.md
1 parent fe73817 commit c60a6cc

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# multiAgentTaskOffloading
2-
Code accompanying the paper titled ``Constrained Multi-Agent Reinforcement Learning for Task Offloading in Wireless Edge Networks"
1+
# Constrained Multi-Agent Reinforcement Learning for Task Offloading in Wireless Edge Networks
2+
Work presented at AI4NextG @ NeurIPS'25 workshop (oral presentation).
3+
The full work is available on [arXiv](https://arxiv.org/abs/2509.01257)
4+
5+
6+
7+
## Abstract
8+
In edge computing systems, autonomous agents must make fast local decisions while competing for shared resources. Existing MARL methods often resume to centralized critics or frequent communication, which fail under limited observability and communication constraints. We propose a decentralized framework in which each agent solves a constrained Markov decision process (CMDP), coordinating implicitly through a shared constraint vector. For the specific case of offloading, e.g., constraints prevent overloading shared server resources. Coordination constraints are updated infrequently and act as a lightweight coordination mechanism. They enable agents to align with global resource usage objectives but require little direct communication. Using safe reinforcement learning, agents learn policies that meet both local and global goals. We establish theoretical guarantees under mild assumptions and validate our approach experimentally, showing improved performance over centralized and independent baselines, especially in large-scale settings.
9+
10+
11+
## Citation
12+
13+
Please cite our paper as:
14+
15+
```bibtex
16+
@misc{fox2025multiagent,
17+
title = {Multi-{{Agent Reinforcement Learning}} for {{Task Offloading}} in {{Wireless Edge Networks}}},
18+
author = {Fox, Andrea and Pellegrini, Francesco De and Altman, Eitan},
19+
year = {2025},
20+
number = {arXiv:2509.01257},
21+
eprint = {2509.01257},
22+
primaryclass = {cs},
23+
}
24+
25+

0 commit comments

Comments
 (0)