Skip to content

Commit ecc487f

Browse files
jih0-kimclaude
andcommitted
fix: remove duplicate open-pi-zero entry and fix chart rendering
- Remove open-pi-zero (same GitHub repo as pi0 / Physical-Intelligence/openpi) - Merge HF URL and open-weights tag into pi0 entry - Embed data inline in index.html via generate_site.py (fixes chart blank issue) - Switch chart init from $nextTick to $watch('models') for reliability - Add Chart.js guard in buildCharts() Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 424698e commit ecc487f

4 files changed

Lines changed: 9 additions & 83 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> 🤖 Physical AI (Robotics & Embodied AI) 분야의 오픈소스 모델과 데이터셋을 체계적으로 정리한 큐레이션 리스트.
44
> A curated list of open-source models and datasets for Physical AI (Robotics & Embodied AI).
55
6-
[![Models](https://img.shields.io/badge/Models-15-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
[![Organizations](https://img.shields.io/badge/Organizations-21-orange)](https://pytorchkorea.github.io/Awesome-Physical-AI)
99
[![Updated](https://img.shields.io/badge/Updated-2026-04-19-lightgrey)](https://github.com/PyTorchKorea/Awesome-Physical-AI)
@@ -30,8 +30,7 @@
3030
|------|-------------|------|----------|----------|----------|---------|-------|
3131
| [Genesis](https://github.com/Genesis-Embodied-AI/Genesis) | Genesis Authors (MIT/CMU/Stanford) | 2024 | manipulation, locomotion, navigation | manipulator, humanoid, quadruped, mobile, drone | RL, sim2real | 28,523 | [📄](https://arxiv.org/abs/2501.00599) |
3232
| [LeRobot](https://github.com/huggingface/lerobot) | Hugging Face | 2024 | manipulation | manipulator | IL, diffusion, VLA | 23,337 | [📄](https://arxiv.org/abs/2408.01730) [🤗](https://huggingface.co/lerobot) |
33-
| [π0 (pi-zero)](https://github.com/Physical-Intelligence/openpi) | Physical Intelligence | 2024 | manipulation, whole-body | manipulator, humanoid | VLA, diffusion | 11,365 | [📄](https://arxiv.org/abs/2410.24164) [🤗](https://huggingface.co/physical-intelligence) |
34-
| [openpi (π0 Open Implementation)](https://github.com/Physical-Intelligence/openpi) | Physical Intelligence | 2025 | manipulation, dexterous | manipulator, humanoid | VLA, diffusion | 11,365 | [📄](https://arxiv.org/abs/2410.24164) [🤗](https://huggingface.co/physical-intelligence/pi0) |
33+
| [π0 (pi-zero)](https://github.com/Physical-Intelligence/openpi) | Physical Intelligence | 2024 | manipulation, whole-body | manipulator, humanoid | VLA, diffusion | 11,365 | [📄](https://arxiv.org/abs/2410.24164) [🤗](https://huggingface.co/physical-intelligence/pi0) |
3534
| [Isaac Lab](https://github.com/isaac-sim/IsaacLab) | NVIDIA | 2023 | manipulation, locomotion, navigation | manipulator, humanoid, quadruped, mobile | RL, IL, sim2real | 6,962 | [📄](https://arxiv.org/abs/2301.04195) |
3635
| [GR00T N1](https://github.com/NVIDIA/Isaac-GR00T) | NVIDIA | 2025 | manipulation, whole-body | humanoid | VLA, IL | 6,729 | [📄](https://arxiv.org/abs/2503.14734) [🤗](https://huggingface.co/nvidia/GR00T-N1-2B) |
3736
| [OpenVLA](https://github.com/openvla/openvla) | Stanford / UC Berkeley | 2024 | manipulation | manipulator | VLA | 5,936 | [📄](https://arxiv.org/abs/2406.09246) [🤗](https://huggingface.co/openvla/openvla-7b) |

data/models.yaml

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
description_ko: 플로우 매칭 정책 기반의 범용 로봇 파운데이션 모델. 정교한 조작과 전신 제어를 지원합니다.
4040
github_url: https://github.com/Physical-Intelligence/openpi
4141
paper_url: https://arxiv.org/abs/2410.24164
42-
hf_url: https://huggingface.co/physical-intelligence
42+
hf_url: https://huggingface.co/physical-intelligence/pi0
4343
project_url: https://www.physicalintelligence.company/blog/pi0
4444
categories:
4545
- manipulation
@@ -64,6 +64,7 @@
6464
- foundation-model
6565
- flow-matching
6666
- dexterous
67+
- open-weights
6768
- id: openvla
6869
name: OpenVLA
6970
org: Stanford / UC Berkeley
@@ -465,37 +466,3 @@
465466
- cross-embodiment
466467
- generalist
467468
- transformer
468-
- id: open-pi-zero
469-
name: openpi (π0 Open Implementation)
470-
org: Physical Intelligence
471-
year: 2025
472-
description_en: Open implementation of the π0 flow-matching policy for robotic manipulation.
473-
Includes training code, pretrained checkpoints, and deployment tools.
474-
description_ko: 로봇 조작을 위한 π0 플로우 매칭 정책 오픈 구현체. 학습 코드, 사전학습 체크포인트, 배포 도구를 포함합니다.
475-
github_url: https://github.com/Physical-Intelligence/openpi
476-
paper_url: https://arxiv.org/abs/2410.24164
477-
hf_url: https://huggingface.co/physical-intelligence/pi0
478-
project_url: https://www.physicalintelligence.company/blog/pi0
479-
categories:
480-
- manipulation
481-
- dexterous
482-
hardware:
483-
- manipulator
484-
- humanoid
485-
learning:
486-
- VLA
487-
- diffusion
488-
framework:
489-
- jax
490-
communication: []
491-
stats:
492-
github_stars: 11365
493-
github_forks: 1782
494-
hf_downloads: 0
495-
last_updated: '2026-04-19'
496-
added_date: '2025-01-17'
497-
tags:
498-
- flow-matching
499-
- pi0
500-
- open-weights
501-
- dexterous

docs/data.json

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"last_updated": "2026-04-19",
4-
"total_models": 15,
4+
"total_models": 14,
55
"total_datasets": 10,
66
"total_orgs": 21
77
},
@@ -54,7 +54,7 @@
5454
"description_ko": "플로우 매칭 정책 기반의 범용 로봇 파운데이션 모델. 정교한 조작과 전신 제어를 지원합니다.",
5555
"github_url": "https://github.com/Physical-Intelligence/openpi",
5656
"paper_url": "https://arxiv.org/abs/2410.24164",
57-
"hf_url": "https://huggingface.co/physical-intelligence",
57+
"hf_url": "https://huggingface.co/physical-intelligence/pi0",
5858
"project_url": "https://www.physicalintelligence.company/blog/pi0",
5959
"categories": [
6060
"manipulation",
@@ -83,7 +83,8 @@
8383
"tags": [
8484
"foundation-model",
8585
"flow-matching",
86-
"dexterous"
86+
"dexterous",
87+
"open-weights"
8788
]
8889
},
8990
{
@@ -571,47 +572,6 @@
571572
"generalist",
572573
"transformer"
573574
]
574-
},
575-
{
576-
"id": "open-pi-zero",
577-
"name": "openpi (π0 Open Implementation)",
578-
"org": "Physical Intelligence",
579-
"year": 2025,
580-
"description_en": "Open implementation of the π0 flow-matching policy for robotic manipulation. Includes training code, pretrained checkpoints, and deployment tools.",
581-
"description_ko": "로봇 조작을 위한 π0 플로우 매칭 정책 오픈 구현체. 학습 코드, 사전학습 체크포인트, 배포 도구를 포함합니다.",
582-
"github_url": "https://github.com/Physical-Intelligence/openpi",
583-
"paper_url": "https://arxiv.org/abs/2410.24164",
584-
"hf_url": "https://huggingface.co/physical-intelligence/pi0",
585-
"project_url": "https://www.physicalintelligence.company/blog/pi0",
586-
"categories": [
587-
"manipulation",
588-
"dexterous"
589-
],
590-
"hardware": [
591-
"manipulator",
592-
"humanoid"
593-
],
594-
"learning": [
595-
"VLA",
596-
"diffusion"
597-
],
598-
"framework": [
599-
"jax"
600-
],
601-
"communication": [],
602-
"stats": {
603-
"github_stars": 11365,
604-
"github_forks": 1782,
605-
"hf_downloads": 0,
606-
"last_updated": "2026-04-19"
607-
},
608-
"added_date": "2025-01-17",
609-
"tags": [
610-
"flow-matching",
611-
"pi0",
612-
"open-weights",
613-
"dexterous"
614-
]
615575
}
616576
],
617577
"datasets": [

0 commit comments

Comments
 (0)