Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- multi-agent-path-finding
|
| 5 |
+
- mapf
|
| 6 |
+
- multi-agent-reinforcement-learning
|
| 7 |
+
- reinforcement-learning
|
| 8 |
+
- robotics
|
| 9 |
+
- decentralized-planning
|
| 10 |
+
- pytorch
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# SYLPH: Social Behavior as a Key to Learning-Based Multi-Agent Pathfinding Dilemmas
|
| 14 |
+
|
| 15 |
+
This repository provides the pretrained model for **SYLPH**, introduced in:
|
| 16 |
+
|
| 17 |
+
> **Social Behavior as a Key to Learning-Based Multi-Agent Pathfinding Dilemmas**
|
| 18 |
+
|
| 19 |
+
SYLPH is a learning-based Multi-Agent Path Finding (MAPF) framework that explicitly models social behaviors among agents to improve decentralized coordination in challenging multi-agent interactions.
|
| 20 |
+
|
| 21 |
+
The pretrained checkpoint provided here corresponds to the policy used for evaluation in the paper.
|
| 22 |
+
|
| 23 |
+
## Model Overview
|
| 24 |
+
|
| 25 |
+
Multi-Agent Path Finding requires multiple agents to navigate toward their individual goals while avoiding collisions with obstacles and other agents.
|
| 26 |
+
|
| 27 |
+
Learning-based decentralized MAPF methods can struggle in challenging interaction scenarios, particularly when agents encounter coordination dilemmas caused by competing paths and limited shared space.
|
| 28 |
+
|
| 29 |
+
SYLPH introduces social behavior into the learned policy to facilitate coordination among agents and improve their ability to resolve these interactions.
|
| 30 |
+
|
| 31 |
+
### Key Features
|
| 32 |
+
|
| 33 |
+
- Decentralized multi-agent path planning
|
| 34 |
+
- Learning-based coordination
|
| 35 |
+
- Socially-aware agent behavior
|
| 36 |
+
- Multi-agent reinforcement learning
|
| 37 |
+
- Designed for challenging MAPF interaction scenarios
|
| 38 |
+
- Shared policy across agents
|
| 39 |
+
|
| 40 |
+
## Model Files
|
| 41 |
+
|
| 42 |
+
The repository contains the pretrained SYLPH policy checkpoint:
|
| 43 |
+
|
| 44 |
+
```text
|
| 45 |
+
net_checkpoint.pkl
|