vpraise00 commited on
Commit
93a5d7d
·
verified ·
1 Parent(s): 8f7014c

Upload PI0.5 UR7e ArrangeBlock fine-tuned policy at step 5550

Browse files
README.md ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: lerobot
3
+ pipeline_tag: robotics
4
+ base_model: lerobot/pi05_base
5
+ base_model_relation: finetune
6
+ datasets:
7
+ - CoRL2026-CSI/UR7e-CaP_arrange_block_100epi_10fps
8
+ license: other
9
+ tags:
10
+ - lerobot
11
+ - pi05
12
+ - pi0.5
13
+ - openpi
14
+ - vision-language-action
15
+ - imitation-learning
16
+ - robotics
17
+ - ur7e
18
+ - arrange-block
19
+ - 10fps
20
+ - safetensors
21
+ ---
22
+
23
+ # CoRL2026-CSI/Pi0.5-UR7e-ArrangeBlock_30epoch
24
+
25
+ This is a LeRobot PI0.5 policy fine-tuned from
26
+ [`lerobot/pi05_base`](https://huggingface.co/lerobot/pi05_base) on
27
+ [`CoRL2026-CSI/UR7e-CaP_arrange_block_100epi_10fps`](https://huggingface.co/datasets/CoRL2026-CSI/UR7e-CaP_arrange_block_100epi_10fps).
28
+
29
+ The model is intended for UR7e ArrangeBlock manipulation experiments using RGB
30
+ observations, robot proprioception, language instructions, and continuous action chunks.
31
+ It is uploaded as a LeRobot policy checkpoint and should be loaded through the matching
32
+ LeRobot PI0.5 implementation used for training.
33
+
34
+ ## Model Details
35
+
36
+ - **Policy type:** PI0.5
37
+ - **Base policy:** `lerobot/pi05_base`
38
+ - **PaliGemma variant:** `gemma_2b`
39
+ - **Action expert variant:** `gemma_300m`
40
+ - **Action chunk size:** `16`
41
+ - **Action steps:** `16`
42
+ - **Max state/action dims:** `32` / `32`
43
+ - **Vision encoder frozen:** `false`
44
+ - **Train expert only:** `false`
45
+ - **Gradient checkpointing:** `true`
46
+ - **Training dtype:** `bfloat16`
47
+
48
+ ## Fine-Tuning Setup
49
+
50
+ - **Dataset:** `CoRL2026-CSI/UR7e-CaP_arrange_block_100epi_10fps`
51
+ - **Training steps:** `5550`
52
+ - **Approx. epochs:** `30.16`
53
+ - **Final training samples:** `1420800`
54
+ - **Final training loss:** `0.009152`
55
+ - **Runtime:** `19.12 hours`
56
+ - **Per-GPU batch size:** `64`
57
+ - **Gradient accumulation steps:** `2`
58
+ - **Number of GPUs:** `2`
59
+ - **Effective batch size:** `256`
60
+ - **Optimizer lr:** `2.5e-05`
61
+ - **Optimizer betas:** `[0.9, 0.95]`
62
+ - **Weight decay:** `0.01`
63
+ - **Scheduler warmup/decay:** `1000` / `30000`
64
+ - **Final decay lr:** `2.5e-06`
65
+ - **DataLoader workers:** `8`
66
+ - **DataLoader prefetch factor:** `1`
67
+
68
+ ## Camera Mapping
69
+
70
+ - no explicit rename map
71
+
72
+ ## Image Augmentation
73
+
74
+ - disabled
75
+
76
+ ## Inputs
77
+
78
+ - `observation.images.base_0_rgb`: `STATE`, shape `[1]`
79
+ - `observation.images.left_wrist_0_rgb`: `STATE`, shape `[1]`
80
+ - `observation.images.realsense_topview`: `VISUAL`, shape `[3, 480, 640]`
81
+ - `observation.images.realsense_wrist`: `VISUAL`, shape `[3, 480, 640]`
82
+ - `observation.images.right_wrist_0_rgb`: `STATE`, shape `[1]`
83
+ - `observation.state`: `STATE`, shape `[7]`
84
+
85
+ ## Outputs
86
+
87
+ - `action`: `ACTION`, shape `[7]`
88
+
89
+ ## Usage
90
+
91
+ Install and use the same LeRobot checkout/environment that contains the PI0.5 policy
92
+ implementation, then point `policy.path` to this Hub repo.
93
+
94
+ ```bash
95
+ lerobot-record \
96
+ --robot.type=<your_robot> \
97
+ --dataset.repo_id=<your_eval_dataset_repo> \
98
+ --policy.path=CoRL2026-CSI/Pi0.5-UR7e-ArrangeBlock_30epoch \
99
+ --episodes=10
100
+ ```
101
+
102
+ For local Python usage, load the policy with LeRobot's policy factory from the training
103
+ checkout.
104
+
105
+ ## Evaluation
106
+
107
+ This upload records the offline training run metrics only. No rollout success rate is
108
+ claimed here unless a separate real or simulated evaluation is added later.
109
+
110
+ Final logged training metrics:
111
+
112
+ - loss: `0.009152`
113
+ - grad norm: `0.377971`
114
+ - learning rate: `2.500051366567086e-06`
115
+ - update time: `6.0738 s/step`
116
+ - dataloading time: `0.0210 s/step`
117
+
118
+ ## Limitations and Safety
119
+
120
+ This model is a robot control policy and can produce unsafe actions if deployed on
121
+ hardware without appropriate validation, workspace limits, emergency stop handling, and
122
+ task-specific safety checks. Test in simulation or a constrained setup before any
123
+ physical deployment.
124
+
125
+ The model is specialized to the training dataset, camera mapping, calibration, action
126
+ space, and embodiment configuration. It may not transfer reliably to different robots,
127
+ camera placements, object layouts, or tasks without further validation or fine-tuning.
128
+
129
+ ## License and Terms
130
+
131
+ The training dataset is marked `apache-2.0`. This fine-tuned model is conservatively
132
+ marked as `other`; users are responsible for checking the applicable base model,
133
+ dataset, and deployment terms before use.
134
+
135
+ ## Files
136
+
137
+ - `model.safetensors`: fine-tuned policy weights
138
+ - `config.json`: LeRobot PI0.5 policy config
139
+ - `train_config.json`: training configuration
140
+ - `policy_preprocessor.json` and `policy_postprocessor.json`: LeRobot processor pipelines
141
+ - `policy_*_processor.safetensors`: normalization/statistics state used by processors
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "pi05",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.base_0_rgb": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 1
9
+ ]
10
+ },
11
+ "observation.images.left_wrist_0_rgb": {
12
+ "type": "STATE",
13
+ "shape": [
14
+ 1
15
+ ]
16
+ },
17
+ "observation.images.right_wrist_0_rgb": {
18
+ "type": "STATE",
19
+ "shape": [
20
+ 1
21
+ ]
22
+ },
23
+ "observation.state": {
24
+ "type": "STATE",
25
+ "shape": [
26
+ 7
27
+ ]
28
+ },
29
+ "observation.images.realsense_topview": {
30
+ "type": "VISUAL",
31
+ "shape": [
32
+ 3,
33
+ 480,
34
+ 640
35
+ ]
36
+ },
37
+ "observation.images.realsense_wrist": {
38
+ "type": "VISUAL",
39
+ "shape": [
40
+ 3,
41
+ 480,
42
+ 640
43
+ ]
44
+ }
45
+ },
46
+ "output_features": {
47
+ "action": {
48
+ "type": "ACTION",
49
+ "shape": [
50
+ 7
51
+ ]
52
+ }
53
+ },
54
+ "device": "cuda",
55
+ "use_amp": false,
56
+ "use_peft": false,
57
+ "push_to_hub": false,
58
+ "repo_id": null,
59
+ "private": null,
60
+ "tags": null,
61
+ "license": null,
62
+ "pretrained_path": "/home/work/hscho/corl_2026/AutoDataCollector/lerobot/outputs/train/pi05_ur7e_arrange_block_100epi_10fps_fft_bs64_acc2_ep30_20260512_220935/checkpoints/last/pretrained_model",
63
+ "paligemma_variant": "gemma_2b",
64
+ "action_expert_variant": "gemma_300m",
65
+ "dtype": "bfloat16",
66
+ "chunk_size": 16,
67
+ "n_action_steps": 16,
68
+ "max_state_dim": 32,
69
+ "max_action_dim": 32,
70
+ "num_inference_steps": 10,
71
+ "time_sampling_beta_alpha": 1.5,
72
+ "time_sampling_beta_beta": 1.0,
73
+ "time_sampling_scale": 0.999,
74
+ "time_sampling_offset": 0.001,
75
+ "min_period": 0.004,
76
+ "max_period": 4.0,
77
+ "rtc_config": null,
78
+ "use_relative_actions": false,
79
+ "relative_exclude_joints": [],
80
+ "action_feature_names": [],
81
+ "image_resolution": [
82
+ 224,
83
+ 224
84
+ ],
85
+ "empty_cameras": 0,
86
+ "tokenizer_max_length": 200,
87
+ "normalization_mapping": {
88
+ "VISUAL": "IDENTITY",
89
+ "STATE": "QUANTILES",
90
+ "ACTION": "QUANTILES"
91
+ },
92
+ "gradient_checkpointing": true,
93
+ "compile_model": false,
94
+ "compile_mode": "default",
95
+ "profile_forward_timing": false,
96
+ "freeze_vision_encoder": false,
97
+ "train_expert_only": false,
98
+ "optimizer_lr": 2.5e-05,
99
+ "optimizer_betas": [
100
+ 0.9,
101
+ 0.95
102
+ ],
103
+ "optimizer_eps": 1e-08,
104
+ "optimizer_weight_decay": 0.01,
105
+ "optimizer_grad_clip_norm": 1.0,
106
+ "scheduler_warmup_steps": 1000,
107
+ "scheduler_decay_steps": 30000,
108
+ "scheduler_decay_lr": 2.5e-06
109
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e790ab59cbe5ab60b91f69b3c818616aed6352df9373428615462127060e6fd
3
+ size 9354045072
policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "QUANTILES",
19
+ "ACTION": "QUANTILES"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a76a02d1d02b4a113d87d519281472b2f79fe4bc82ed6067a3aa9598f8bf5d5
3
+ size 15124
policy_preprocessor.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "normalizer_processor",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {
19
+ "observation.images.base_0_rgb": {
20
+ "type": "STATE",
21
+ "shape": [
22
+ 1
23
+ ]
24
+ },
25
+ "observation.images.left_wrist_0_rgb": {
26
+ "type": "STATE",
27
+ "shape": [
28
+ 1
29
+ ]
30
+ },
31
+ "observation.images.right_wrist_0_rgb": {
32
+ "type": "STATE",
33
+ "shape": [
34
+ 1
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "type": "STATE",
39
+ "shape": [
40
+ 7
41
+ ]
42
+ },
43
+ "observation.images.realsense_topview": {
44
+ "type": "VISUAL",
45
+ "shape": [
46
+ 3,
47
+ 480,
48
+ 640
49
+ ]
50
+ },
51
+ "observation.images.realsense_wrist": {
52
+ "type": "VISUAL",
53
+ "shape": [
54
+ 3,
55
+ 480,
56
+ 640
57
+ ]
58
+ },
59
+ "action": {
60
+ "type": "ACTION",
61
+ "shape": [
62
+ 7
63
+ ]
64
+ }
65
+ },
66
+ "norm_map": {
67
+ "VISUAL": "IDENTITY",
68
+ "STATE": "QUANTILES",
69
+ "ACTION": "QUANTILES"
70
+ }
71
+ },
72
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
73
+ },
74
+ {
75
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
76
+ "config": {}
77
+ },
78
+ {
79
+ "registry_name": "tokenizer_processor",
80
+ "config": {
81
+ "max_length": 200,
82
+ "task_key": "task",
83
+ "padding_side": "right",
84
+ "padding": "max_length",
85
+ "truncation": true,
86
+ "tokenizer_name": "google/paligemma-3b-pt-224"
87
+ }
88
+ },
89
+ {
90
+ "registry_name": "device_processor",
91
+ "config": {
92
+ "device": "cuda",
93
+ "float_dtype": null
94
+ }
95
+ }
96
+ ]
97
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a76a02d1d02b4a113d87d519281472b2f79fe4bc82ed6067a3aa9598f8bf5d5
3
+ size 15124
train_config.json ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": {
3
+ "repo_id": "CoRL2026-CSI/UR7e-CaP_arrange_block_100epi_10fps",
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": true,
79
+ "video_backend": "torchcodec",
80
+ "streaming": false
81
+ },
82
+ "env": null,
83
+ "policy": {
84
+ "type": "pi05",
85
+ "n_obs_steps": 1,
86
+ "input_features": {
87
+ "observation.images.base_0_rgb": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 1
91
+ ]
92
+ },
93
+ "observation.images.left_wrist_0_rgb": {
94
+ "type": "STATE",
95
+ "shape": [
96
+ 1
97
+ ]
98
+ },
99
+ "observation.images.right_wrist_0_rgb": {
100
+ "type": "STATE",
101
+ "shape": [
102
+ 1
103
+ ]
104
+ },
105
+ "observation.state": {
106
+ "type": "STATE",
107
+ "shape": [
108
+ 7
109
+ ]
110
+ },
111
+ "observation.images.realsense_topview": {
112
+ "type": "VISUAL",
113
+ "shape": [
114
+ 3,
115
+ 480,
116
+ 640
117
+ ]
118
+ },
119
+ "observation.images.realsense_wrist": {
120
+ "type": "VISUAL",
121
+ "shape": [
122
+ 3,
123
+ 480,
124
+ 640
125
+ ]
126
+ }
127
+ },
128
+ "output_features": {
129
+ "action": {
130
+ "type": "ACTION",
131
+ "shape": [
132
+ 7
133
+ ]
134
+ }
135
+ },
136
+ "device": "cuda",
137
+ "use_amp": false,
138
+ "use_peft": false,
139
+ "push_to_hub": false,
140
+ "repo_id": null,
141
+ "private": null,
142
+ "tags": null,
143
+ "license": null,
144
+ "pretrained_path": "/home/work/hscho/corl_2026/AutoDataCollector/lerobot/outputs/train/pi05_ur7e_arrange_block_100epi_10fps_fft_bs64_acc2_ep30_20260512_220935/checkpoints/last/pretrained_model",
145
+ "paligemma_variant": "gemma_2b",
146
+ "action_expert_variant": "gemma_300m",
147
+ "dtype": "bfloat16",
148
+ "chunk_size": 16,
149
+ "n_action_steps": 16,
150
+ "max_state_dim": 32,
151
+ "max_action_dim": 32,
152
+ "num_inference_steps": 10,
153
+ "time_sampling_beta_alpha": 1.5,
154
+ "time_sampling_beta_beta": 1.0,
155
+ "time_sampling_scale": 0.999,
156
+ "time_sampling_offset": 0.001,
157
+ "min_period": 0.004,
158
+ "max_period": 4.0,
159
+ "rtc_config": null,
160
+ "use_relative_actions": false,
161
+ "relative_exclude_joints": [],
162
+ "action_feature_names": [],
163
+ "image_resolution": [
164
+ 224,
165
+ 224
166
+ ],
167
+ "empty_cameras": 0,
168
+ "tokenizer_max_length": 200,
169
+ "normalization_mapping": {
170
+ "VISUAL": "IDENTITY",
171
+ "STATE": "QUANTILES",
172
+ "ACTION": "QUANTILES"
173
+ },
174
+ "gradient_checkpointing": true,
175
+ "compile_model": false,
176
+ "compile_mode": "default",
177
+ "profile_forward_timing": false,
178
+ "freeze_vision_encoder": false,
179
+ "train_expert_only": false,
180
+ "optimizer_lr": 2.5e-05,
181
+ "optimizer_betas": [
182
+ 0.9,
183
+ 0.95
184
+ ],
185
+ "optimizer_eps": 1e-08,
186
+ "optimizer_weight_decay": 0.01,
187
+ "optimizer_grad_clip_norm": 1.0,
188
+ "scheduler_warmup_steps": 1000,
189
+ "scheduler_decay_steps": 30000,
190
+ "scheduler_decay_lr": 2.5e-06
191
+ },
192
+ "output_dir": "/home/work/hscho/corl_2026/AutoDataCollector/lerobot/outputs/train/pi05_ur7e_arrange_block_100epi_10fps_fft_bs64_acc2_ep30_20260512_220935",
193
+ "job_name": "pi05_ur7e_arrange_block_100epi_10fps_fft_bs64_acc2_ep30_20260512_220935",
194
+ "resume": true,
195
+ "seed": 1000,
196
+ "cudnn_deterministic": false,
197
+ "num_workers": 8,
198
+ "dataloader_prefetch_factor": 1,
199
+ "dataloader_persistent_workers": true,
200
+ "dataloader_pin_memory": true,
201
+ "batch_size": 64,
202
+ "gradient_accumulation_steps": 2,
203
+ "ddp_find_unused_parameters": true,
204
+ "profile_timing": false,
205
+ "preprocess_in_workers": true,
206
+ "groot_preprocess_in_workers": false,
207
+ "steps": 5550,
208
+ "eval_freq": 0,
209
+ "log_freq": 10,
210
+ "tolerance_s": 0.0001,
211
+ "save_checkpoint": true,
212
+ "save_freq": 2775,
213
+ "use_policy_training_preset": true,
214
+ "optimizer": {
215
+ "type": "adamw",
216
+ "lr": 2.5e-05,
217
+ "weight_decay": 0.01,
218
+ "grad_clip_norm": 1.0,
219
+ "betas": [
220
+ 0.9,
221
+ 0.95
222
+ ],
223
+ "eps": 1e-08
224
+ },
225
+ "scheduler": {
226
+ "type": "cosine_decay_with_warmup",
227
+ "num_warmup_steps": 1000,
228
+ "num_decay_steps": 30000,
229
+ "peak_lr": 2.5e-05,
230
+ "decay_lr": 2.5e-06
231
+ },
232
+ "eval": {
233
+ "n_episodes": 50,
234
+ "batch_size": 50,
235
+ "use_async_envs": false
236
+ },
237
+ "wandb": {
238
+ "enable": true,
239
+ "disable_artifact": true,
240
+ "project": "lerobot-pi05-ur7e",
241
+ "entity": null,
242
+ "notes": null,
243
+ "run_id": "hwx6slss",
244
+ "mode": null
245
+ },
246
+ "peft": null,
247
+ "use_rabc": false,
248
+ "rabc_progress_path": null,
249
+ "rabc_kappa": 0.01,
250
+ "rabc_epsilon": 1e-06,
251
+ "rabc_head_mode": "sparse",
252
+ "rename_map": {},
253
+ "checkpoint_path": "/home/work/hscho/corl_2026/AutoDataCollector/lerobot/outputs/train/pi05_ur7e_arrange_block_100epi_10fps_fft_bs64_acc2_ep30_20260512_220935/checkpoints/last"
254
+ }