fecasado/Ncubes-to-Nbaskets-320x240
Viewer • Updated • 84.5k • 48
How to use fecasado/gfm-cubes-22b with LeRobot:
Gaze Flow Matching policy trained on the Blueberry cubes-to-baskets task.
| Parameter | Value |
|---|---|
| Dataset | fecasado/Ncubes-to-Nbaskets-320x240 |
| Steps | 100,000 |
| Batch size | 128 |
| Optimizer | AdamW (lr=1e-4, betas=0.95/0.999) |
from lerobot_policy_gaze_fm import GazeFMPolicy
policy = GazeFMPolicy.from_pretrained("fecasado/gfm-cubes-22b")
actions = policy.predict_action_chunk(observation_batch)