Downloads · 30 days
6
24% of all-time downloads
Bigenlight/diffusion_banana_in_pot_joint_fp16
diffusion_banana_in_pot_joint_fp16 is a robotics model from Bigenlight. Use it for the robotics task on the model card, and read the license before you ship it in a product. It is set up for lerobot. The card lists the license as apache-2.0.
Diffusion Policy trained on the "put the right banana in the pot" task (UR7e + GELLO teleoperation, 2 RGB cameras), in JOINT action space (6 joints + gripper), using fp16 mixed-precision training.
Downloads · 30 days
6
24% of all-time downloads
All-time downloads
25
Public
Parameters
278M
1.1 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors1.1 GB · 100%
From the Hugging Face model README
Diffusion Policy trained on the "put the right banana in the pot" task (UR7e + GELLO teleoperation, 2 RGB cameras), in JOINT action space (6 joints + gripper), using fp16 mixed-precision training.
8a74e0a)Bigenlight/banana_in_pot_lerobot_v3 — 51 episodes / 21,524 frames / 30 fpsBigenlight/diffusion_banana_in_pot_jointResNet18 (ImageNet-pretrained, trained end-to-end) + SpatialSoftmax vision encoder →
FiLM-conditioned 1D temporal U-Net denoiser (DDPM-100, epsilon prediction). ~278M params.
Images resized to 360×640, crop off. n_obs_steps=2, horizon=64, n_action_steps=32.
mixed_precision=fp16 (automatic GradScaler).dtype field on DiffusionConfig (absent upstream at this pin); launched with
--policy.dtype=float16.| fp32 @80k | fp16 @80k | |
|---|---|---|
| poseMAE (rad) | 0.0845 | 0.08268 |
| gripper accuracy | 0.953 | 0.960 |
fp16 matches (marginally beats, within noise) fp32 accuracy at ~22% lower training cost.
Select the deploy checkpoint by open-loop MAE, not eval_loss (which rises during
training for diffusion policies without indicating overfitting).
Research artifact. Small single-task, single-scene, real-world (noisy) dataset of 51 success-only demonstrations; offline metrics only — no closed-loop hardware success rate measured yet. Not safety-validated for autonomous operation.