Views
No views yet
nvidia/GR00T-N1.5-3B on a self-built
12-DoF bimanual SO-101 rig. CWRU senior capstone (CSDS 395), Fall 2025.crlbasket-004, freezes the
diffusion action head and trains only the projector, and was the variant adopted for the final demo.
Full results, evaluation rollouts and project context live on that card.| Model | tune_diffusion_model | Avg loss |
|---|---|---|
crlbasket-004 (adopted) | false | 0.00657 |
| this | true | 0.00660 |
crlbasket-004 was adopted and
received the bulk of the evaluation. That comparison was eyeballed, not scored against a fixed
protocol — it is not a measured success-rate difference, and the rollouts are published so anyone
can score them properly.bimanual-crlbasket-rblock-merged-00 — 360 episodes / 238k frames / 3 camerasaccelerate, single H200tune_projector=true, tune_diffusion_model=true, tune_visual=false, tune_llm=false, lora_rank=0eval_bimanual-crlbasket-diffusion-012 (10).
An earlier variant of this configuration was also evaluated at a 10 Hz control rate
(eval_…-diffusion-003-002).crlbasket-004.1lerobot-train \
2 --dataset.repo_id=${HF_USER}/<dataset> \
3 --policy.type=act \
4 --output_dir=outputs/train/<desired_policy_repo_id> \
5 --job_name=lerobot_training \
6 --policy.device=cuda \
7 --policy.repo_id=${HF_USER}/<desired_policy_repo_id>
8 --wandb.enable=trueoutputs/train/<desired_policy_repo_id>/checkpoints/.1lerobot-record \
2 --robot.type=so100_follower \
3 --dataset.repo_id=<hf_user>/eval_<dataset> \
4 --policy.path=<hf_user>/<desired_policy_repo_id> \
5 --episodes=10--policy.path pointing to a local or hub checkpoint.