Skip to content

Commit 430c96b

Browse files
feat: add entry from issue #33
1 parent cce290f commit 430c96b

4 files changed

Lines changed: 83 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
> 🤖 Physical AI (Robotics & Embodied AI) 분야의 오픈소스 모델, 데이터셋, 시뮬레이터를 체계적으로 정리한 큐레이션 리스트.
44
> A curated list of open-source models, datasets, and simulators for Physical AI (Robotics & Embodied AI).
55
6-
[![Models](https://img.shields.io/badge/Models-13-blue)](https://pytorchkorea.github.io/Awesome-Physical-AI)
6+
[![Models](https://img.shields.io/badge/Models-14-blue)](https://pytorchkorea.github.io/Awesome-Physical-AI)
77
[![Datasets](https://img.shields.io/badge/Datasets-10-green)](https://pytorchkorea.github.io/Awesome-Physical-AI)
88
[![Simulators](https://img.shields.io/badge/Simulators-9-purple)](https://pytorchkorea.github.io/Awesome-Physical-AI)
9-
[![Organizations](https://img.shields.io/badge/Organizations-28-orange)](https://pytorchkorea.github.io/Awesome-Physical-AI)
10-
[![Updated](https://img.shields.io/badge/Updated-2026-06-07-lightgrey)](https://github.com/PyTorchKorea/Awesome-Physical-AI)
9+
[![Organizations](https://img.shields.io/badge/Organizations-29-orange)](https://pytorchkorea.github.io/Awesome-Physical-AI)
10+
[![Updated](https://img.shields.io/badge/Updated-2026-06-14-lightgrey)](https://github.com/PyTorchKorea/Awesome-Physical-AI)
1111
[![Dashboard](https://img.shields.io/badge/🌐_Dashboard-Live-brightgreen)](https://pytorchkorea.github.io/Awesome-Physical-AI)
1212

1313
> **[👉 인터랙티브 대시보드에서 필터링 및 시각화 보기 | View Interactive Dashboard](https://pytorchkorea.github.io/Awesome-Physical-AI)**
@@ -43,6 +43,7 @@
4343
| [GR-1](https://github.com/bytedance/GR-1) | BAAI / Beijing Academy of AI | 2024 | manipulation | manipulator | VLA, IL | 310 | [📄](https://arxiv.org/abs/2312.13139) |
4444
| [CrossFormer](https://github.com/rail-berkeley/crossformer) | UC Berkeley / others | 2024 | manipulation | manipulator, mobile | IL, VLA | 281 | [📄](https://arxiv.org/abs/2408.11812) [🤗](https://huggingface.co/rail-berkeley/crossformer) |
4545
| [RoboVLMs](https://github.com/Robot-VLAs/RoboVLMs) | Multiple | 2025 | manipulation | manipulator | VLA, IL | 0 | [📄](https://arxiv.org/abs/2412.14058) [🤗](https://huggingface.co/robovlms/RoboVLMs) |
46+
| [RoboMamba](https://github.com/lmzpai/roboMamba) | Peking University / AI2Robotics | 2024 | manipulation | manipulator | VLA, IL | 0 | [📄](https://arxiv.org/abs/2406.04339) |
4647

4748
---
4849

data/models.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,40 @@
416416
last_updated: '2026-05-17'
417417
added_date: '2026-05-17'
418418
tags: []
419+
- id: robomamba
420+
name: RoboMamba
421+
org: Peking University / AI2Robotics
422+
year: 2024
423+
description_en: RoboMamba is an efficient end-to-end Vision-Language-Action model
424+
that leverages the Mamba state space model for robotic reasoning and manipulation
425+
with linear inference complexity. It integrates a vision encoder with Mamba, aligning
426+
visual tokens with language embeddings, and uses a lightweight policy head for
427+
SE(3) pose prediction. RoboMamba achieves 3x faster inference than existing VLA
428+
models while maintaining competitive reasoning and manipulation performance.
429+
description_ko: RoboMamba는 Mamba 상태 공간 모델을 활용하여 선형 추론 복잡도로 로봇 추론과 조작을 수행하는 효율적인
430+
엔드투엔드 VLA 모델입니다. 비전 인코더와 Mamba를 통합하여 시각 토큰을 언어 임베딩과 정렬하고, 경량 정책 헤드로 SE(3) 포즈 예측을
431+
수행합니다. 기존 VLA 모델 대비 3배 빠른 추론 속도를 달성하면서도 경쟁력 있는 추론 및 조작 성능을 보여줍니다.
432+
github_url: https://github.com/lmzpai/roboMamba
433+
paper_url: https://arxiv.org/abs/2406.04339
434+
hf_url: ''
435+
project_url: https://sites.google.com/view/robomamba-web
436+
categories:
437+
- manipulation
438+
hardware:
439+
- manipulator
440+
learning:
441+
- VLA
442+
- IL
443+
framework:
444+
- pytorch
445+
communication: []
446+
stats:
447+
github_stars: 0
448+
github_forks: 0
449+
hf_downloads: 0
450+
last_updated: '2026-06-14'
451+
added_date: '2026-06-14'
452+
tags:
453+
- VLA
454+
- mamba
455+
- state-space-model

docs/data.json

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"metadata": {
3-
"last_updated": "2026-06-07",
4-
"total_models": 13,
3+
"last_updated": "2026-06-14",
4+
"total_models": 14,
55
"total_datasets": 10,
66
"total_tools": 9,
7-
"total_orgs": 28
7+
"total_orgs": 29
88
},
99
"models": [
1010
{
@@ -514,6 +514,44 @@
514514
},
515515
"added_date": "2026-05-17",
516516
"tags": []
517+
},
518+
{
519+
"id": "robomamba",
520+
"name": "RoboMamba",
521+
"org": "Peking University / AI2Robotics",
522+
"year": 2024,
523+
"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.",
524+
"description_ko": "RoboMamba는 Mamba 상태 공간 모델을 활용하여 선형 추론 복잡도로 로봇 추론과 조작을 수행하는 효율적인 엔드투엔드 VLA 모델입니다. 비전 인코더와 Mamba를 통합하여 시각 토큰을 언어 임베딩과 정렬하고, 경량 정책 헤드로 SE(3) 포즈 예측을 수행합니다. 기존 VLA 모델 대비 3배 빠른 추론 속도를 달성하면서도 경쟁력 있는 추론 및 조작 성능을 보여줍니다.",
525+
"github_url": "https://github.com/lmzpai/roboMamba",
526+
"paper_url": "https://arxiv.org/abs/2406.04339",
527+
"hf_url": "",
528+
"project_url": "https://sites.google.com/view/robomamba-web",
529+
"categories": [
530+
"manipulation"
531+
],
532+
"hardware": [
533+
"manipulator"
534+
],
535+
"learning": [
536+
"VLA",
537+
"IL"
538+
],
539+
"framework": [
540+
"pytorch"
541+
],
542+
"communication": [],
543+
"stats": {
544+
"github_stars": 0,
545+
"github_forks": 0,
546+
"hf_downloads": 0,
547+
"last_updated": "2026-06-14"
548+
},
549+
"added_date": "2026-06-14",
550+
"tags": [
551+
"VLA",
552+
"mamba",
553+
"state-space-model"
554+
]
517555
}
518556
],
519557
"datasets": [

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)