Views
No views yet


ckpt-3500 branch for reference): policy is still finding the placement — orange dropped off edgeuse_reentrant=False.DISABLE_ADDMM_CUDA_LT=1, watchdog auto-resume on intermittent CUDA assert).| Model | Strict rounds | Oranges placed |
|---|---|---|
| hi-space N1.6 (公开 SOTA) | 2/3 | 6/9 |
| ACT | 1/3 | 6/9 |
| X-VLA best | 0/3 | 4/9 |
| 🏆 This ckpt-6500 | 2/3 | 8/9 ⭐ |
base_model nvidia/GR00T-N1.6-3B
tune_llm False
tune_visual False
tune_projector True
tune_diffusion_model True
tune_top_llm_layers 4 (default, kept)
backbone_trainable_params_fp32 False ← 4090 squeeze
optim adafactor ← 4090 squeeze
gradient_checkpointing True (use_reentrant=False, custom monkey-patch)
bf16 True
DISABLE_ADDMM_CUDA_LT 1 ← workaround torch 2.7.1 cublasLt bf16 bug
global_batch_size 16
gradient_accumulation_steps 8 ← per-step micro-batch = 2
max_steps 8000 (best ckpt at step 6500)
save_steps 100 (with custom keep-multiples-of-500 prune callback)use_reentrant=False + adafactor + backbone_trainable_params_fp32=False + DISABLE_ADDMM_CUDA_LT=1. Without any of these we hit either OOM or RuntimeError: d.is_cuda() INTERNAL ASSERT FAILED at CUDAGuardImpl.h:34.run_gr00t_server.py directly:1cd /path/to/Isaac-GR00T
2uv run --extra=gpu python gr00t/eval/run_gr00t_server.py \
3 --embodiment-tag NEW_EMBODIMENT \
4 --model-path wsagi/GR00T-N1.6-PickOrange \
5 --host 0.0.0.0 --port 55551POLICY_PORT=5555 \
2ACTION_HORIZON=16 \
3EVAL_ROUNDS=3 EPISODE_LENGTH=120 MAX_ROUND_WALL_S=180 \
4PROMPT="Pick up the orange and put it in the plate" \
5bash server/eval_gr00t.sh| branch | step | benchmark (3-round) | notes |
|---|---|---|---|
| main | 6500 | 2/3 strict, 8/9 oranges, 115s avg | best |
ckpt-3500 | 3500 | 0/3, 2/9, 180s | first transition out of destruction phase |
ckpt-5000 | 5000 | 0/3, 4/9, 180s | strong 6-round (16/18) but volatile under 3-round |
ckpt-7000 | 7000 | 1/3, 6/9, 146s | secondary peak |