← Back
2026-04-27 · plan

Plan — Run RoboMME-trained MemER LoRA on RoboMME (VLM-only inference + viz)

TL;DR. Sister repo ~/repos/Robotics/memer/ 에서 공식 Anthropic MemER 의

배경/목적 (왜)

Sister repo ~/repos/Robotics/memer/ 에서 공식 Anthropic MemER 의 dusting 체크포인트로 RoboMME 16개 task ep0 sweep 을 돌렸음. 결과는 모두 OOD — 모델이 "place the red block on the * shelf" 같은 dusting vocabulary를 RoboMME 시각 입력에 강제로 매핑함 (sister repo의 eval_outputs/all_tasks_ep0_index.md 참조).

이 repo는 RoboMME 자체에 학습된 MemER LoRA (Yinpei/vlm_subgoal_predictormemer/grounded_subgoal/checkpoint-1300.zip) 를 실제 RoboMME data에 inference로 돌려서 도메인-매칭된 출력을 얻는 게 목표. VLA는 안 붙임.

작업 내용 (어떻게)

순서를 따르세요. 각 단계 끝에 체크박스 채우면 다음 세션이 어디까지 했는지 바로 압니다.

Phase 0 — 코드 이해 (no install yet)

Decision gate: ✅ Path B — wrap this repo's Qwen3VLModelMemER directly. Sister repo's MemERDeploymentPolicy cannot be reused because the LoRA was trained against ms-swift templates with grounded <|box_start|> tokens and a single front-view camera, all of which differ from memer_eval/contract.py.

Phase 1 — Env + LoRA download

Phase 2 — Adapter for VLM-only inference

Pick one of two paths based on Phase 0's decision:

Phase 3 — Visualization

The sister repo's renderer takes a predictions.jsonl plus the RoboMME LeRobot path and produces the side-by-side mp4 with the memory thumbnail strip. Reuse it directly:

Phase 4 — All 16 tasks

Phase 5 — Comparison report

결과 (수치)

(empty — fill in as work progresses)

의미 (Takeaway)

(empty)

보완점/다음 (Next)

(empty)

Checklist legend

- [ ] open · - [x] done · - [~] partial / blocked (write why on the same line)