Make CoFlow checkpoint model card links prominent
Browse files
README.md
CHANGED
|
@@ -15,13 +15,20 @@ tags:
|
|
| 15 |
|
| 16 |
Official checkpoints for **CoFlow: Coordinated Few-Step Flow for Offline Multi-Agent Decision Making**.
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
CoFlow is a coordinated few-step generative model for offline multi-agent reinforcement learning. It combines Coordinated Velocity Attention with adaptive coordination gating so multi-agent actions can be generated in one to a few model calls while preserving inter-agent coordination.
|
| 19 |
|
| 20 |
-
## Links
|
| 21 |
|
| 22 |
-
- Paper: https://arxiv.org/abs/2605.01457
|
| 23 |
-
- Project page: https://guowei-zou.github.io/coflow/
|
| 24 |
-
- Code: https://github.com/Guowei-Zou/coflow-release
|
| 25 |
|
| 26 |
## Repository Contents
|
| 27 |
|
|
|
|
| 15 |
|
| 16 |
Official checkpoints for **CoFlow: Coordinated Few-Step Flow for Offline Multi-Agent Decision Making**.
|
| 17 |
|
| 18 |
+
<p align="center">
|
| 19 |
+
<a href="https://arxiv.org/abs/2605.01457"><img src="https://img.shields.io/badge/Paper-arXiv%3A2605.01457-b31b1b?style=for-the-badge&logo=arxiv" alt="Paper"></a>
|
| 20 |
+
<a href="https://guowei-zou.github.io/coflow/"><img src="https://img.shields.io/badge/Project-Page-4169e1?style=for-the-badge&logo=githubpages" alt="Project Page"></a>
|
| 21 |
+
<a href="https://github.com/Guowei-Zou/coflow-release"><img src="https://img.shields.io/badge/Code-GitHub-111111?style=for-the-badge&logo=github" alt="Code"></a>
|
| 22 |
+
<a href="#citation"><img src="https://img.shields.io/badge/Citation-BibTeX-ff8c00?style=for-the-badge" alt="Citation"></a>
|
| 23 |
+
</p>
|
| 24 |
+
|
| 25 |
CoFlow is a coordinated few-step generative model for offline multi-agent reinforcement learning. It combines Coordinated Velocity Attention with adaptive coordination gating so multi-agent actions can be generated in one to a few model calls while preserving inter-agent coordination.
|
| 26 |
|
| 27 |
+
## Quick Links
|
| 28 |
|
| 29 |
+
- Paper: [arXiv:2605.01457](https://arxiv.org/abs/2605.01457)
|
| 30 |
+
- Project page: [https://guowei-zou.github.io/coflow/](https://guowei-zou.github.io/coflow/)
|
| 31 |
+
- Code: [https://github.com/Guowei-Zou/coflow-release](https://github.com/Guowei-Zou/coflow-release)
|
| 32 |
|
| 33 |
## Repository Contents
|
| 34 |
|