diff --git a/README.md b/README.md
index ebe147b..d49990c 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
> ๐ค Physical AI (Robotics & Embodied AI) ๋ถ์ผ์ ์คํ์์ค ๋ชจ๋ธ, ๋ฐ์ดํฐ์
, ์๋ฎฌ๋ ์ดํฐ๋ฅผ ์ฒด๊ณ์ ์ผ๋ก ์ ๋ฆฌํ ํ๋ ์ด์
๋ฆฌ์คํธ.
> A curated list of open-source models, datasets, and simulators for Physical AI (Robotics & Embodied AI).
-[](https://pytorchkorea.github.io/Awesome-Physical-AI)
+[](https://pytorchkorea.github.io/Awesome-Physical-AI)
[](https://pytorchkorea.github.io/Awesome-Physical-AI)
[](https://pytorchkorea.github.io/Awesome-Physical-AI)
-[](https://pytorchkorea.github.io/Awesome-Physical-AI)
+[](https://pytorchkorea.github.io/Awesome-Physical-AI)
[](https://github.com/PyTorchKorea/Awesome-Physical-AI)
[](https://pytorchkorea.github.io/Awesome-Physical-AI)
@@ -44,6 +44,7 @@
| [GR-1](https://github.com/bytedance/GR-1) | BAAI / Beijing Academy of AI | 2024 | manipulation | manipulator | VLA, IL | 312 | [๐](https://arxiv.org/abs/2312.13139) |
| [CrossFormer](https://github.com/rail-berkeley/crossformer) | UC Berkeley / others | 2024 | manipulation | manipulator, mobile | IL, VLA | 283 | [๐](https://arxiv.org/abs/2408.11812) [๐ค](https://huggingface.co/rail-berkeley/crossformer) |
| [CogACT](https://github.com/microsoft/CogACT) | Tsinghua University / Microsoft Research Asia | 2024 | manipulation | manipulator | VLA, diffusion | 0 | [๐](https://cogact.github.io/CogACT_paper.pdf) [๐ค](https://huggingface.co/CogACT) |
+| [RoboMamba](https://github.com/lmzpai/roboMamba) | Peking University / AI2Robotics | 2024 | manipulation | manipulator | VLA, IL | 0 | [๐](https://arxiv.org/abs/2406.04339) |
---
diff --git a/data/models.yaml b/data/models.yaml
index a6139e8..ab1d2ea 100644
--- a/data/models.yaml
+++ b/data/models.yaml
@@ -452,3 +452,41 @@
- VLA
- diffusion
- foundation-model
+- id: robomamba
+ name: RoboMamba
+ org: Peking University / AI2Robotics
+ year: 2024
+ description_en: RoboMamba is an efficient end-to-end Vision-Language-Action model
+ that leverages the Mamba state space model for robotic reasoning and manipulation
+ with linear inference complexity. It integrates a vision encoder with Mamba, aligning
+ visual tokens with language embeddings, and uses a lightweight policy head for
+ SE(3) pose prediction. RoboMamba achieves 3x faster inference than existing VLA
+ models while maintaining competitive reasoning and manipulation performance.
+ description_ko: RoboMamba๋ Mamba ์ํ ๊ณต๊ฐ ๋ชจ๋ธ์ ํ์ฉํ์ฌ ์ ํ ์ถ๋ก ๋ณต์ก๋๋ก ๋ก๋ด ์ถ๋ก ๊ณผ ์กฐ์์ ์ํํ๋ ํจ์จ์ ์ธ
+ ์๋ํฌ์๋ VLA ๋ชจ๋ธ์
๋๋ค. ๋น์ ์ธ์ฝ๋์ Mamba๋ฅผ ํตํฉํ์ฌ ์๊ฐ ํ ํฐ์ ์ธ์ด ์๋ฒ ๋ฉ๊ณผ ์ ๋ ฌํ๊ณ , ๊ฒฝ๋ ์ ์ฑ
ํค๋๋ก SE(3) ํฌ์ฆ ์์ธก์
+ ์ํํฉ๋๋ค. ๊ธฐ์กด VLA ๋ชจ๋ธ ๋๋น 3๋ฐฐ ๋น ๋ฅธ ์ถ๋ก ์๋๋ฅผ ๋ฌ์ฑํ๋ฉด์๋ ๊ฒฝ์๋ ฅ ์๋ ์ถ๋ก ๋ฐ ์กฐ์ ์ฑ๋ฅ์ ๋ณด์ฌ์ค๋๋ค.
+ github_url: https://github.com/lmzpai/roboMamba
+ paper_url: https://arxiv.org/abs/2406.04339
+ hf_url: ''
+ project_url: https://sites.google.com/view/robomamba-web
+ categories:
+ - manipulation
+ hardware:
+ - manipulator
+ learning:
+ - VLA
+ - IL
+ framework:
+ - pytorch
+ communication:
+ - other
+ stats:
+ github_stars: 0
+ github_forks: 0
+ hf_downloads: 0
+ last_updated: '2026-06-29'
+ added_date: '2026-06-29'
+ tags:
+ - VLA
+ - mamba
+ - state-space-model
diff --git a/docs/data.json b/docs/data.json
index b9876f4..4b5fbcc 100644
--- a/docs/data.json
+++ b/docs/data.json
@@ -1,10 +1,10 @@
{
"metadata": {
"last_updated": "2026-06-29",
- "total_models": 14,
+ "total_models": 15,
"total_datasets": 11,
"total_tools": 9,
- "total_orgs": 30
+ "total_orgs": 31
},
"models": [
{
@@ -554,6 +554,46 @@
"diffusion",
"foundation-model"
]
+ },
+ {
+ "id": "robomamba",
+ "name": "RoboMamba",
+ "org": "Peking University / AI2Robotics",
+ "year": 2024,
+ "description_en": "RoboMamba is an efficient end-to-end Vision-Language-Action model that leverages the Mamba state space model for robotic reasoning and manipulation with linear inference complexity. It integrates a vision encoder with Mamba, aligning visual tokens with language embeddings, and uses a lightweight policy head for SE(3) pose prediction. RoboMamba achieves 3x faster inference than existing VLA models while maintaining competitive reasoning and manipulation performance.",
+ "description_ko": "RoboMamba๋ Mamba ์ํ ๊ณต๊ฐ ๋ชจ๋ธ์ ํ์ฉํ์ฌ ์ ํ ์ถ๋ก ๋ณต์ก๋๋ก ๋ก๋ด ์ถ๋ก ๊ณผ ์กฐ์์ ์ํํ๋ ํจ์จ์ ์ธ ์๋ํฌ์๋ VLA ๋ชจ๋ธ์
๋๋ค. ๋น์ ์ธ์ฝ๋์ Mamba๋ฅผ ํตํฉํ์ฌ ์๊ฐ ํ ํฐ์ ์ธ์ด ์๋ฒ ๋ฉ๊ณผ ์ ๋ ฌํ๊ณ , ๊ฒฝ๋ ์ ์ฑ
ํค๋๋ก SE(3) ํฌ์ฆ ์์ธก์ ์ํํฉ๋๋ค. ๊ธฐ์กด VLA ๋ชจ๋ธ ๋๋น 3๋ฐฐ ๋น ๋ฅธ ์ถ๋ก ์๋๋ฅผ ๋ฌ์ฑํ๋ฉด์๋ ๊ฒฝ์๋ ฅ ์๋ ์ถ๋ก ๋ฐ ์กฐ์ ์ฑ๋ฅ์ ๋ณด์ฌ์ค๋๋ค.",
+ "github_url": "https://github.com/lmzpai/roboMamba",
+ "paper_url": "https://arxiv.org/abs/2406.04339",
+ "hf_url": "",
+ "project_url": "https://sites.google.com/view/robomamba-web",
+ "categories": [
+ "manipulation"
+ ],
+ "hardware": [
+ "manipulator"
+ ],
+ "learning": [
+ "VLA",
+ "IL"
+ ],
+ "framework": [
+ "pytorch"
+ ],
+ "communication": [
+ "other"
+ ],
+ "stats": {
+ "github_stars": 0,
+ "github_forks": 0,
+ "hf_downloads": 0,
+ "last_updated": "2026-06-29"
+ },
+ "added_date": "2026-06-29",
+ "tags": [
+ "VLA",
+ "mamba",
+ "state-space-model"
+ ]
}
],
"datasets": [
diff --git a/docs/index.html b/docs/index.html
index 02fd39b..d410c63 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -28,7 +28,7 @@
-
+