Robotics
LeRobot
Safetensors
lingbot_va
maximellerbach commited on
Commit
2aefab7
·
verified ·
1 Parent(s): 468417b

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +163 -0
  2. config.json +147 -0
  3. model.safetensors +3 -0
  4. train_config.json +311 -0
README.md ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets: lerobot-data-collection/level2_final_quality3_t_0_hil_data_c
3
+ library_name: lerobot
4
+ license: apache-2.0
5
+ model_name: lingbot_va
6
+ pipeline_tag: robotics
7
+ tags:
8
+ - lingbot_va
9
+ - lerobot
10
+ - robotics
11
+ ---
12
+
13
+ # Model Card for lingbot_va
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+ [LingBot-VA](https://github.com/Robbyant/lingbot-va) is an autoregressive video-action world-model policy built on the Wan2.2 video-diffusion stack. It interleaves the prediction of future video latents and robot actions in a single autoregressive sequence, feeding observed keyframes back into its KV cache for closed-loop world modeling.
19
+
20
+
21
+
22
+
23
+ <!-- A short demo is worth more than any description! Record a GIF/video of the policy
24
+ running on your robot, upload it to this repo, and embed it here:
25
+ <p align="center">
26
+ <img src="https://huggingface.co/<hf_user>/<policy_repo_id>/resolve/main/demo.gif" width="60%"/>
27
+ </p>
28
+ -->
29
+
30
+ This policy has been trained and pushed to the Hub using [LeRobot](https://github.com/huggingface/lerobot).
31
+
32
+ Learn how to train and run it in the [LeRobot lingbot_va guide](https://huggingface.co/docs/lerobot/main/en/lingbot_va), or browse the [full documentation](https://huggingface.co/docs/lerobot/index).
33
+
34
+
35
+ ---
36
+
37
+ ## Model Details
38
+
39
+ - **License:** apache-2.0
40
+ - **Robot type:** `openarms_follower`
41
+ - **Cameras:** `left_wrist`, `right_wrist`, `base`
42
+
43
+
44
+ ## Inputs & Outputs
45
+
46
+ The policy consumes these observation features and produces these action features.
47
+
48
+ **Inputs**
49
+
50
+ | Feature | Type | Shape |
51
+ | --- | --- | --- |
52
+ | `observation.images.cam_high` | VISUAL | `(3, 256, 256)` |
53
+ | `observation.images.cam_left_wrist` | VISUAL | `(3, 256, 256)` |
54
+ | `observation.images.cam_right_wrist` | VISUAL | `(3, 256, 256)` |
55
+
56
+ **Outputs**
57
+
58
+ | Feature | Type | Shape |
59
+ | --- | --- | --- |
60
+ | `action` | ACTION | `(16,)` |
61
+
62
+
63
+ ## Training Dataset
64
+
65
+ - **Repository:** [lerobot-data-collection/level2_final_quality3_t_0_hil_data_c](https://huggingface.co/datasets/lerobot-data-collection/level2_final_quality3_t_0_hil_data_c)
66
+ - **Episodes:** 1319
67
+ - **Frames:** 3414338
68
+ - **Frame rate:** 30 FPS
69
+ - **Task(s):** "Fold the T-shirt properly"
70
+
71
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lerobot-data-collection/level2_final_quality3_t_0_hil_data_c">
72
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
73
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
74
+ </a>
75
+
76
+
77
+ ## Training Configuration
78
+
79
+ | Setting | Value |
80
+ | --- | --- |
81
+ | Training steps | 53349 |
82
+ | Batch size | 8 |
83
+ | Optimizer | adamw |
84
+ | Learning rate | 2e-05 |
85
+ | Seed | 1000 |
86
+ | LeRobot version | 0.6.1 |
87
+
88
+ ---
89
+
90
+ ## How to Get Started with the Model
91
+
92
+ New to LeRobot? These guides cover the full workflow:
93
+
94
+ - **[Install LeRobot](https://huggingface.co/docs/lerobot/main/en/installation)** — set up the `lerobot` package.
95
+ - **[Hardware setup](https://huggingface.co/docs/lerobot/main/en/hardware_guide)** — assemble, wire, and calibrate your robot and cameras.
96
+ - **[Record data & train a policy](https://huggingface.co/docs/lerobot/en/il_robots)** — the end-to-end imitation-learning walkthrough.
97
+ - **[CLI cheat-sheet](https://huggingface.co/docs/lerobot/main/en/cheat-sheet)** — quick reference for the `lerobot-*` commands.
98
+
99
+ The short version to run and train this policy:
100
+
101
+ ### Run the policy on your robot
102
+
103
+ ```bash
104
+ lerobot-rollout \
105
+ --strategy.type=base \
106
+ --robot.type=openarms_follower \
107
+ --robot.port=<your_robot_port> \
108
+ --robot.cameras="{ <camera_1>: {type: opencv, index_or_path: <index_or_path>, width: 640, height: 480, fps: 30}, <camera_2>: {type: opencv, index_or_path: <index_or_path>, width: 640, height: 480, fps: 30}}" \
109
+ --policy.path=maximellerbach/folding_lingbot_epanchor \
110
+ --task="Fold the T-shirt properly" \
111
+ --duration=60
112
+ ```
113
+
114
+ Replace the remaining `<...>` placeholders with your own values: `--robot.port` and the camera names/indices are specific to your machine, and the camera names must match the observation keys this policy was trained on.
115
+
116
+ When `--strategy.type=base` is used the script doesn't record the episodes. Skipping duration will make the policy run indefinitely. For more information look at [rollout documentation](https://huggingface.co/docs/lerobot/main/en/inference).
117
+
118
+ ### Train your own policy
119
+
120
+ ```bash
121
+ lerobot-train \
122
+ --dataset.repo_id=${HF_USER}/<dataset> \
123
+ --policy.type=lingbot_va \
124
+ --output_dir=outputs/train/<policy_repo_id> \
125
+ --job_name=lerobot_training \
126
+ --policy.device=cuda \
127
+ --policy.repo_id=${HF_USER}/<policy_repo_id> \
128
+ --wandb.enable=true
129
+ ```
130
+
131
+ _Writes checkpoints to `outputs/train/<policy_repo_id>/checkpoints/`._
132
+
133
+ ---
134
+
135
+ ## Evaluation
136
+
137
+ <!-- Report real-robot results here: run the policy several times per task and count the
138
+ successes. Delete the "No evaluation results" line and fill in this table instead:
139
+
140
+ | Task | Trials | Successes | Success rate |
141
+ | ---- | ------ | --------- | ------------ |
142
+ | pick the lego brick | 10 | 8 | 80% |
143
+
144
+ Also worth noting: anything that affects difficulty (new object positions, lighting,
145
+ distractors, a different robot of the same type, ...).
146
+ -->
147
+
148
+ _No evaluation results have been provided for this policy yet._
149
+
150
+ ---
151
+
152
+ ## Citation
153
+
154
+ If you use this policy, please cite the method linked in the description above, along with LeRobot:
155
+
156
+ ```bibtex
157
+ @misc{cadene2024lerobot,
158
+ author = {Cadene, Remi and Alibert, Simon and Soare, Alexander and Gallouedec, Quentin and Zouitine, Adil and Palma, Steven and Kooijmans, Pepijn and Aractingi, Michel and Shukor, Mustafa and Aubakirova, Dana and Russi, Martino and Capuano, Francesco and Pascal, Caroline and Choghari, Jade and Moss, Jess and Wolf, Thomas},
159
+ title = {LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch},
160
+ howpublished = "\url{https://github.com/huggingface/lerobot}",
161
+ year = {2024}
162
+ }
163
+ ```
config.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "lingbot_va",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.cam_high": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 3,
9
+ 256,
10
+ 256
11
+ ]
12
+ },
13
+ "observation.images.cam_left_wrist": {
14
+ "type": "VISUAL",
15
+ "shape": [
16
+ 3,
17
+ 256,
18
+ 256
19
+ ]
20
+ },
21
+ "observation.images.cam_right_wrist": {
22
+ "type": "VISUAL",
23
+ "shape": [
24
+ 3,
25
+ 256,
26
+ 256
27
+ ]
28
+ }
29
+ },
30
+ "output_features": {
31
+ "action": {
32
+ "type": "ACTION",
33
+ "shape": [
34
+ 16
35
+ ]
36
+ }
37
+ },
38
+ "device": "cuda",
39
+ "use_amp": false,
40
+ "use_peft": false,
41
+ "push_to_hub": true,
42
+ "repo_id": "maximellerbach/folding_lingbot_epanchor",
43
+ "private": null,
44
+ "tags": null,
45
+ "license": null,
46
+ "pretrained_path": "/fsx/maxime_ellerbach/robots/runs/folding-tshirt/outputs/train/lingbot_absolute_22372322/checkpoints/last/pretrained_model",
47
+ "pretrained_revision": null,
48
+ "patch_size": [
49
+ 1,
50
+ 2,
51
+ 2
52
+ ],
53
+ "num_attention_heads": 24,
54
+ "attention_head_dim": 128,
55
+ "in_channels": 48,
56
+ "out_channels": 48,
57
+ "action_dim": 30,
58
+ "text_dim": 4096,
59
+ "freq_dim": 256,
60
+ "ffn_dim": 14336,
61
+ "num_layers": 30,
62
+ "cross_attn_norm": true,
63
+ "eps": 1e-06,
64
+ "rope_max_seq_len": 1024,
65
+ "attn_mode": "flex",
66
+ "wan_pretrained_path": "robbyant/lingbot-va-base",
67
+ "dtype": "bfloat16",
68
+ "text_encoder_device": "cuda",
69
+ "obs_cam_keys": [
70
+ "observation.images.cam_high",
71
+ "observation.images.cam_left_wrist",
72
+ "observation.images.cam_right_wrist"
73
+ ],
74
+ "image_hflip": false,
75
+ "camera_layout": "width_concat",
76
+ "height": 224,
77
+ "width": 224,
78
+ "action_per_frame": 16,
79
+ "frame_chunk_size": 2,
80
+ "attn_window": 72,
81
+ "num_inference_steps": 25,
82
+ "video_exec_step": -1,
83
+ "action_num_inference_steps": 50,
84
+ "guidance_scale": 5.0,
85
+ "action_guidance_scale": 1.0,
86
+ "snr_shift": 5.0,
87
+ "action_snr_shift": 1.0,
88
+ "max_sequence_length": 512,
89
+ "used_action_channel_ids": [
90
+ 21,
91
+ 22,
92
+ 23,
93
+ 24,
94
+ 25,
95
+ 26,
96
+ 27,
97
+ 29,
98
+ 14,
99
+ 15,
100
+ 16,
101
+ 17,
102
+ 18,
103
+ 19,
104
+ 20,
105
+ 28
106
+ ],
107
+ "action_anchor": "episode",
108
+ "action_anchor_exclude_joints": [
109
+ "gripper"
110
+ ],
111
+ "action_feature_names": [
112
+ "right_joint_1.pos",
113
+ "right_joint_2.pos",
114
+ "right_joint_3.pos",
115
+ "right_joint_4.pos",
116
+ "right_joint_5.pos",
117
+ "right_joint_6.pos",
118
+ "right_joint_7.pos",
119
+ "right_gripper.pos",
120
+ "left_joint_1.pos",
121
+ "left_joint_2.pos",
122
+ "left_joint_3.pos",
123
+ "left_joint_4.pos",
124
+ "left_joint_5.pos",
125
+ "left_joint_6.pos",
126
+ "left_joint_7.pos",
127
+ "left_gripper.pos"
128
+ ],
129
+ "train_latent_frames": 8,
130
+ "save_predicted_video": false,
131
+ "normalization_mapping": {
132
+ "VISUAL": "IDENTITY",
133
+ "STATE": "IDENTITY",
134
+ "ACTION": "QUANTILES"
135
+ },
136
+ "optimizer_lr": 2e-05,
137
+ "optimizer_betas": [
138
+ 0.9,
139
+ 0.95
140
+ ],
141
+ "optimizer_eps": 1e-08,
142
+ "optimizer_weight_decay": 0.0001,
143
+ "optimizer_grad_clip_norm": 1.0,
144
+ "scheduler_warmup_steps": 1000,
145
+ "scheduler_type": "constant_with_warmup",
146
+ "action_noisy_cond_prob": 0.0
147
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14943a4a93dab8c2a49ff3399fb53773f472b866e41215eb2182db47d8502be4
3
+ size 20355587160
train_config.json ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "lerobot-data-collection/level2_final_quality3_t_0_hil_data_c",
4
+ "root": null,
5
+ "episodes": null,
6
+ "image_transforms": {
7
+ "enable": false,
8
+ "max_num_transforms": 3,
9
+ "random_order": false,
10
+ "tfs": {
11
+ "brightness": {
12
+ "weight": 1.0,
13
+ "type": "ColorJitter",
14
+ "kwargs": {
15
+ "brightness": [
16
+ 0.8,
17
+ 1.2
18
+ ]
19
+ }
20
+ },
21
+ "contrast": {
22
+ "weight": 1.0,
23
+ "type": "ColorJitter",
24
+ "kwargs": {
25
+ "contrast": [
26
+ 0.8,
27
+ 1.2
28
+ ]
29
+ }
30
+ },
31
+ "saturation": {
32
+ "weight": 1.0,
33
+ "type": "ColorJitter",
34
+ "kwargs": {
35
+ "saturation": [
36
+ 0.5,
37
+ 1.5
38
+ ]
39
+ }
40
+ },
41
+ "hue": {
42
+ "weight": 1.0,
43
+ "type": "ColorJitter",
44
+ "kwargs": {
45
+ "hue": [
46
+ -0.05,
47
+ 0.05
48
+ ]
49
+ }
50
+ },
51
+ "sharpness": {
52
+ "weight": 1.0,
53
+ "type": "SharpnessJitter",
54
+ "kwargs": {
55
+ "sharpness": [
56
+ 0.5,
57
+ 1.5
58
+ ]
59
+ }
60
+ },
61
+ "affine": {
62
+ "weight": 1.0,
63
+ "type": "RandomAffine",
64
+ "kwargs": {
65
+ "degrees": [
66
+ -5.0,
67
+ 5.0
68
+ ],
69
+ "translate": [
70
+ 0.05,
71
+ 0.05
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "revision": null,
78
+ "use_imagenet_stats": false,
79
+ "video_backend": "pyav",
80
+ "return_uint8": false,
81
+ "depth_output_unit": "mm",
82
+ "streaming": false,
83
+ "eval_split": 0.0
84
+ },
85
+ "env": null,
86
+ "policy": {
87
+ "type": "lingbot_va",
88
+ "n_obs_steps": 1,
89
+ "input_features": {
90
+ "observation.images.cam_high": {
91
+ "type": "VISUAL",
92
+ "shape": [
93
+ 3,
94
+ 256,
95
+ 256
96
+ ]
97
+ },
98
+ "observation.images.cam_left_wrist": {
99
+ "type": "VISUAL",
100
+ "shape": [
101
+ 3,
102
+ 256,
103
+ 256
104
+ ]
105
+ },
106
+ "observation.images.cam_right_wrist": {
107
+ "type": "VISUAL",
108
+ "shape": [
109
+ 3,
110
+ 256,
111
+ 256
112
+ ]
113
+ }
114
+ },
115
+ "output_features": {
116
+ "action": {
117
+ "type": "ACTION",
118
+ "shape": [
119
+ 16
120
+ ]
121
+ }
122
+ },
123
+ "device": "cuda",
124
+ "use_amp": false,
125
+ "use_peft": false,
126
+ "push_to_hub": true,
127
+ "repo_id": "maximellerbach/folding_lingbot_epanchor",
128
+ "private": null,
129
+ "tags": null,
130
+ "license": null,
131
+ "pretrained_path": "/fsx/maxime_ellerbach/robots/runs/folding-tshirt/outputs/train/lingbot_absolute_22372322/checkpoints/last/pretrained_model",
132
+ "pretrained_revision": null,
133
+ "patch_size": [
134
+ 1,
135
+ 2,
136
+ 2
137
+ ],
138
+ "num_attention_heads": 24,
139
+ "attention_head_dim": 128,
140
+ "in_channels": 48,
141
+ "out_channels": 48,
142
+ "action_dim": 30,
143
+ "text_dim": 4096,
144
+ "freq_dim": 256,
145
+ "ffn_dim": 14336,
146
+ "num_layers": 30,
147
+ "cross_attn_norm": true,
148
+ "eps": 1e-06,
149
+ "rope_max_seq_len": 1024,
150
+ "attn_mode": "flex",
151
+ "wan_pretrained_path": "robbyant/lingbot-va-base",
152
+ "dtype": "bfloat16",
153
+ "text_encoder_device": "cuda",
154
+ "obs_cam_keys": [
155
+ "observation.images.cam_high",
156
+ "observation.images.cam_left_wrist",
157
+ "observation.images.cam_right_wrist"
158
+ ],
159
+ "image_hflip": false,
160
+ "camera_layout": "width_concat",
161
+ "height": 224,
162
+ "width": 224,
163
+ "action_per_frame": 16,
164
+ "frame_chunk_size": 2,
165
+ "attn_window": 72,
166
+ "num_inference_steps": 25,
167
+ "video_exec_step": -1,
168
+ "action_num_inference_steps": 50,
169
+ "guidance_scale": 5.0,
170
+ "action_guidance_scale": 1.0,
171
+ "snr_shift": 5.0,
172
+ "action_snr_shift": 1.0,
173
+ "max_sequence_length": 512,
174
+ "used_action_channel_ids": [
175
+ 21,
176
+ 22,
177
+ 23,
178
+ 24,
179
+ 25,
180
+ 26,
181
+ 27,
182
+ 29,
183
+ 14,
184
+ 15,
185
+ 16,
186
+ 17,
187
+ 18,
188
+ 19,
189
+ 20,
190
+ 28
191
+ ],
192
+ "action_anchor": "episode",
193
+ "action_anchor_exclude_joints": [
194
+ "gripper"
195
+ ],
196
+ "action_feature_names": [
197
+ "right_joint_1.pos",
198
+ "right_joint_2.pos",
199
+ "right_joint_3.pos",
200
+ "right_joint_4.pos",
201
+ "right_joint_5.pos",
202
+ "right_joint_6.pos",
203
+ "right_joint_7.pos",
204
+ "right_gripper.pos",
205
+ "left_joint_1.pos",
206
+ "left_joint_2.pos",
207
+ "left_joint_3.pos",
208
+ "left_joint_4.pos",
209
+ "left_joint_5.pos",
210
+ "left_joint_6.pos",
211
+ "left_joint_7.pos",
212
+ "left_gripper.pos"
213
+ ],
214
+ "train_latent_frames": 8,
215
+ "save_predicted_video": false,
216
+ "normalization_mapping": {
217
+ "VISUAL": "IDENTITY",
218
+ "STATE": "IDENTITY",
219
+ "ACTION": "QUANTILES"
220
+ },
221
+ "optimizer_lr": 2e-05,
222
+ "optimizer_betas": [
223
+ 0.9,
224
+ 0.95
225
+ ],
226
+ "optimizer_eps": 1e-08,
227
+ "optimizer_weight_decay": 0.0001,
228
+ "optimizer_grad_clip_norm": 1.0,
229
+ "scheduler_warmup_steps": 1000,
230
+ "scheduler_type": "constant_with_warmup",
231
+ "action_noisy_cond_prob": 0.0
232
+ },
233
+ "reward_model": null,
234
+ "output_dir": "outputs/train/folding_lingbot_epanchor_8964",
235
+ "job_name": "folding_lingbot_epanchor",
236
+ "resume": false,
237
+ "rebuild_processors": true,
238
+ "seed": 1000,
239
+ "cudnn_deterministic": false,
240
+ "num_workers": 4,
241
+ "batch_size": 8,
242
+ "prefetch_factor": 4,
243
+ "persistent_workers": true,
244
+ "dataloader_multiprocessing_context": "spawn",
245
+ "steps": 53349,
246
+ "env_eval_freq": 20000,
247
+ "log_freq": 50,
248
+ "eval_steps": 0,
249
+ "max_eval_samples": 0,
250
+ "tolerance_s": 0.0001,
251
+ "save_checkpoint": true,
252
+ "save_freq": 10000,
253
+ "use_policy_training_preset": true,
254
+ "optimizer": {
255
+ "type": "adamw",
256
+ "lr": 2e-05,
257
+ "weight_decay": 0.0001,
258
+ "grad_clip_norm": 1.0,
259
+ "betas": [
260
+ 0.9,
261
+ 0.95
262
+ ],
263
+ "eps": 1e-08
264
+ },
265
+ "scheduler": {
266
+ "type": "constant_with_warmup",
267
+ "num_warmup_steps": 1000
268
+ },
269
+ "eval": {
270
+ "n_episodes": 50,
271
+ "batch_size": 50,
272
+ "use_async_envs": true,
273
+ "recording": false,
274
+ "recording_repo_id": null,
275
+ "recording_private": false,
276
+ "save_predicted_video": false
277
+ },
278
+ "wandb": {
279
+ "enable": true,
280
+ "disable_artifact": true,
281
+ "project": "folding-tshirt",
282
+ "entity": null,
283
+ "notes": null,
284
+ "run_id": "hdsa97uv",
285
+ "mode": null,
286
+ "add_tags": true
287
+ },
288
+ "peft": null,
289
+ "job": {
290
+ "target": null,
291
+ "image": "huggingface/lerobot-gpu:latest",
292
+ "timeout": "2d",
293
+ "detach": false,
294
+ "tags": []
295
+ },
296
+ "save_checkpoint_to_hub": false,
297
+ "sample_weighting": {
298
+ "type": "rabc",
299
+ "progress_path": "hf://datasets/lerobot-data-collection/level2_final_quality3_t_0_hil_data_c/sarm_progress.parquet",
300
+ "head_mode": "sparse",
301
+ "kappa": 0.05,
302
+ "epsilon": 1e-06,
303
+ "extra_params": {}
304
+ },
305
+ "rename_map": {
306
+ "observation.images.base": "observation.images.cam_high",
307
+ "observation.images.left_wrist": "observation.images.cam_left_wrist",
308
+ "observation.images.right_wrist": "observation.images.cam_right_wrist"
309
+ },
310
+ "checkpoint_path": null
311
+ }