Views
No views yet
| 구성 | 내용 |
|---|---|
| 원본 | 75 에피소드 (전체 길이, ~30Hz) |
| 증강 | 450 청크 (93프레임/3초, Cosmos-Transfer2.5로 배경·조명·색상 변형) |
| 혼합비 | 원본:증강 = 67:33 (프레임 가중) |
nvidia/GR00T-N1.7-3B, embodiment tag NEW_EMBODIMENT (백본 동결, DiT 액션 헤드 학습)| 평가 세트 | MSE | MAE |
|---|---|---|
| 원본 궤적 | 0.0064 | 0.047 |
| 변형 외관 (증강 검증) | 0.0040 | 0.031 |
| 미학습 시연 (holdout, 520 eps 학습 모델 기준) | 0.0103 | 0.057 |
1from gr00t.policy.gr00t_policy import Gr00tPolicy
2
3policy = Gr00tPolicy(
4 embodiment_tag="new_embodiment",
5 model_path="pseudolab/GR00T-N1.7-3B-OMX-PickupDolls",
6 device="cuda",
7)
8action_chunk, _ = policy.get_action(obs)video.webcam (1,H,W,3) uint8, state.single_arm (1,5),
state.gripper (1,1), annotation.human.task_description (학습 지시문과 동일).
modality 설정은 동봉된 omx_f_config.py 참조 (Isaac-GR00T 리포 필요).model-*.safetensors + index — 모델 가중치 (3 샤드, ~12GB)config.json, processor_config.json, statistics.json, embodiment_id.json — 추론 설정·정규화 통계experiment_cfg/ — 학습 당시 설정 스냅샷 (재현용)omx_f_config.py — modality 설정 (데이터셋 재구축·클라이언트 구현 참조용)