Skip to content

Commit b926568

Browse files
feat: add entry from issue #19
1 parent 169c70f commit b926568

4 files changed

Lines changed: 82 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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)
9+
[![Organizations](https://img.shields.io/badge/Organizations-29-orange)](https://pytorchkorea.github.io/Awesome-Physical-AI)
1010
[![Updated](https://img.shields.io/badge/Updated-2026-06-21-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

@@ -43,6 +43,7 @@
4343
| [RoboFlamingo](https://github.com/RoboFlamingo/RoboFlamingo) | ByteDance | 2023 | manipulation | manipulator | VLA | 434 | [📄](https://arxiv.org/abs/2311.01378) |
4444
| [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) |
4545
| [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) |
46+
| [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) |
4647

4748
---
4849

data/models.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,39 @@
416416
last_updated: '2026-06-14'
417417
added_date: '2026-05-17'
418418
tags: []
419+
- id: cogact
420+
name: CogACT
421+
org: Tsinghua University / Microsoft Research Asia
422+
year: 2024
423+
description_en: CogACT is a componentized Vision-Language-Action architecture that
424+
decouples cognition from action. It utilizes powerful Vision-Language Models to
425+
extract cognitive features, which then condition a specialized Diffusion Transformer-based
426+
action module to predict continuous, temporally-correlated robotic action sequences.
427+
description_ko: CogACT는 기존의 단일 신경망 모델들과 달리 인지와 행동을 명확히 분리한 컴포넌트형 비전-언어-행동 모델입니다.
428+
강력한 비전-언어 모델을 통해 인지적 특징을 추출하고, 이를 조건으로 특화된 Diffusion Transformer 기반의 행동 모델이 복잡하고
429+
연속적인 로봇의 물리적 제어 궤적을 예측합니다.
430+
github_url: https://github.com/microsoft/CogACT
431+
paper_url: https://cogact.github.io/CogACT_paper.pdf
432+
hf_url: https://huggingface.co/CogACT
433+
project_url: https://cogact.github.io/
434+
categories:
435+
- manipulation
436+
hardware:
437+
- manipulator
438+
learning:
439+
- VLA
440+
- diffusion
441+
framework:
442+
- pytorch
443+
communication:
444+
- other
445+
stats:
446+
github_stars: 0
447+
github_forks: 0
448+
hf_downloads: 0
449+
last_updated: '2026-06-21'
450+
added_date: '2026-06-21'
451+
tags:
452+
- VLA
453+
- diffusion
454+
- foundation-model

docs/data.json

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"metadata": {
33
"last_updated": "2026-06-21",
4-
"total_models": 13,
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,46 @@
514514
},
515515
"added_date": "2026-05-17",
516516
"tags": []
517+
},
518+
{
519+
"id": "cogact",
520+
"name": "CogACT",
521+
"org": "Tsinghua University / Microsoft Research Asia",
522+
"year": 2024,
523+
"description_en": "CogACT is a componentized Vision-Language-Action architecture that decouples cognition from action. It utilizes powerful Vision-Language Models to extract cognitive features, which then condition a specialized Diffusion Transformer-based action module to predict continuous, temporally-correlated robotic action sequences.",
524+
"description_ko": "CogACT는 기존의 단일 신경망 모델들과 달리 인지와 행동을 명확히 분리한 컴포넌트형 비전-언어-행동 모델입니다. 강력한 비전-언어 모델을 통해 인지적 특징을 추출하고, 이를 조건으로 특화된 Diffusion Transformer 기반의 행동 모델이 복잡하고 연속적인 로봇의 물리적 제어 궤적을 예측합니다.",
525+
"github_url": "https://github.com/microsoft/CogACT",
526+
"paper_url": "https://cogact.github.io/CogACT_paper.pdf",
527+
"hf_url": "https://huggingface.co/CogACT",
528+
"project_url": "https://cogact.github.io/",
529+
"categories": [
530+
"manipulation"
531+
],
532+
"hardware": [
533+
"manipulator"
534+
],
535+
"learning": [
536+
"VLA",
537+
"diffusion"
538+
],
539+
"framework": [
540+
"pytorch"
541+
],
542+
"communication": [
543+
"other"
544+
],
545+
"stats": {
546+
"github_stars": 0,
547+
"github_forks": 0,
548+
"hf_downloads": 0,
549+
"last_updated": "2026-06-21"
550+
},
551+
"added_date": "2026-06-21",
552+
"tags": [
553+
"VLA",
554+
"diffusion",
555+
"foundation-model"
556+
]
517557
}
518558
],
519559
"datasets": [

docs/index.html

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

0 commit comments

Comments
 (0)