Robotics
LeRobot
Safetensors
flow-matching
gaze
blueberry
fecasado commited on
Commit
c613d97
·
verified ·
1 Parent(s): 48fe2f5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,8 +8,8 @@ tags:
8
  - blueberry
9
  library_name: lerobot
10
  pipeline_tag: robotics
11
- datasets:
12
- - fecasado/Ncubes-to-Nbaskets-320x240
13
  ---
14
 
15
  # GFM Cubes 22b
@@ -40,4 +40,4 @@ Gaze Flow Matching policy trained on the Blueberry cubes-to-baskets task.
40
  from lerobot_policy_gaze_fm import GazeFMPolicy
41
 
42
  policy = GazeFMPolicy.from_pretrained("fecasado/gfm-cubes-22b")
43
- actions = policy.predict_action_chunk(observation_batch)
 
8
  - blueberry
9
  library_name: lerobot
10
  pipeline_tag: robotics
11
+ datasets: fecasado/Ncubes-to-Nbaskets-320x240
12
+ model_name: gaze_flow_matching
13
  ---
14
 
15
  # GFM Cubes 22b
 
40
  from lerobot_policy_gaze_fm import GazeFMPolicy
41
 
42
  policy = GazeFMPolicy.from_pretrained("fecasado/gfm-cubes-22b")
43
+ actions = policy.predict_action_chunk(observation_batch)