scilwb commited on
Commit
9fff03f
·
verified ·
1 Parent(s): edc8152

Update merged LingbotVLA Click Bell GRPO checkpoint

Browse files
.gitattributes CHANGED
@@ -33,12 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
- actor/dcp_checkpoint/.metadata filter=lfs diff=lfs merge=lfs -text
37
- actor/dcp_checkpoint/__0_0.distcp filter=lfs diff=lfs merge=lfs -text
38
- actor/dcp_checkpoint/__1_0.distcp filter=lfs diff=lfs merge=lfs -text
39
- actor/dcp_checkpoint/__2_0.distcp filter=lfs diff=lfs merge=lfs -text
40
- actor/dcp_checkpoint/__3_0.distcp filter=lfs diff=lfs merge=lfs -text
41
- actor/dcp_checkpoint/__4_0.distcp filter=lfs diff=lfs merge=lfs -text
42
- actor/dcp_checkpoint/__5_0.distcp filter=lfs diff=lfs merge=lfs -text
43
- actor/dcp_checkpoint/__6_0.distcp filter=lfs diff=lfs merge=lfs -text
44
- actor/dcp_checkpoint/__7_0.distcp filter=lfs diff=lfs merge=lfs -text
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ assets/Teaser.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
MERGE_INFO.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # LingbotVLA Click Bell GRPO Merged Base
2
+
3
+ - Base model: `robbyant/lingbot-vla-4b-posttrain-robotwin`
4
+ - Base revision: `3e0c7c476bde3daaac00f79f3741a292a299f60a`
5
+ - RLinf checkpoint source: `RLinf/RLinf-lingbotvla-click-bell-grpo`
6
+ - Local RLinf checkpoint: `/mnt/public/lwb/assets/lingbot-vla-eval/ckpts/lingbotvla-click-bell-grpo-latest/actor/model_state_dict/full_weights.pt`
7
+ - Export directory: `/mnt/public/lwb/artifacts/lingbot-vla/outputs/merged_base/20260620_090640_click_bell_grpo_merged_base`
8
+ - Export content: inner `vla_model` weights only, saved in LingbotVLA safetensors format.
9
+ - Excluded: RLinf wrapper-only heads such as `value_head`.
10
+ - Strict key check: `1555` / `1555` keys matched.
README.md CHANGED
@@ -1,68 +1,58 @@
1
  ---
2
  license: apache-2.0
3
- library_name: rlinf
4
- pipeline_tag: robotics
5
  tags:
6
- - reinforcement-learning
7
- - robotics
8
- - embodied-ai
9
- - lingbotvla
10
- - robotwin
11
- - grpo
 
12
  ---
13
 
14
- # RLinf LingbotVLA Click Bell GRPO
15
 
16
- This repository contains an RLinf checkpoint for LingbotVLA GRPO fine-tuning on the RoboTwin `click_bell` task.
17
 
18
- ## Checkpoint Format
19
 
20
- The checkpoint is provided in RLinf actor checkpoint format:
21
 
22
- ```text
23
- actor/model_state_dict/full_weights.pt
24
- actor/dcp_checkpoint/.metadata
25
- actor/dcp_checkpoint/__5_0.distcp
26
- actor/dcp_checkpoint/__7_0.distcp
27
- ```
28
 
29
- For evaluation in RLinf, load the model through `runner.ckpt_path`:
30
 
31
- ```bash
32
- runner.ckpt_path=/path/to/actor/model_state_dict/full_weights.pt
33
- ```
34
 
35
- Use the LingbotVLA RoboTwin SFT base configuration from:
36
 
37
- ```text
38
- robbyant/lingbot-vla-4b-posttrain-robotwin
39
- revision: 3e0c7c476bde3daaac00f79f3741a292a299f60a
40
  ```
41
 
42
- ## Evaluation
43
 
44
- Latest local regression evaluation on RoboTwin `click_bell` random setting:
45
 
46
- | Checkpoint | Task | Setting | Trajectories | Max Steps | eval/success_once | eval/return |
47
- | --- | --- | --- | ---: | ---: | ---: | ---: |
48
- | RLinf-lingbotvla-click-bell-grpo | click_bell | random | 320 | 400 | 0.9875 | 6.85 |
49
-
50
- Evaluation settings:
51
-
52
- ```text
53
- config: robotwin_click_bell_grpo_lingbotvla_eval
54
- algorithm.eval_rollout_epoch=1
55
- algorithm.sampling_params.temperature_eval=-1
56
- env.eval.total_num_envs=320
57
- env.eval.max_episode_steps=400
58
- env.eval.max_steps_per_rollout_epoch=400
59
- env.eval.use_fixed_reset_state_ids=False
60
- env.eval.seeds_path=null
61
- env.eval.video_cfg.save_video=False
62
  ```
63
 
64
- The evaluation logs are kept locally under:
65
 
66
- ```text
67
- /mnt/public/lwb/artifacts/lingbot-vla-eval/click_bell_regression/20260615_140703
68
- ```
 
1
  ---
2
  license: apache-2.0
 
 
3
  tags:
4
+ - robotics
5
+ - rlinf
6
+ - reinforcement-learning
7
+ - embodied-ai
8
+ - lingbotvla
9
+ - robotwin
10
+ pipeline_tag: robotics
11
  ---
12
 
13
+ # RLinf-lingbotvla-click-bell-grpo
14
 
15
+ This is a LingbotVLA checkpoint post-trained with RLinf GRPO on the RoboTwin `click_bell` task.
16
 
17
+ The checkpoint has been merged into the pinned RoboTwin SFT base format, so it can be loaded directly as a LingbotVLA model directory. It does not require a separate `runner.ckpt_path` file for evaluation.
18
 
19
+ ## Base Model
20
 
21
+ - Upstream base: [`robbyant/lingbot-vla-4b-posttrain-robotwin`](https://huggingface.co/robbyant/lingbot-vla-4b-posttrain-robotwin)
22
+ - Base revision: `3e0c7c476bde3daaac00f79f3741a292a299f60a`
23
+ - RL method: RLinf GRPO
24
+ - RoboTwin task: `click_bell`
 
 
25
 
26
+ ## Result Summary
27
 
28
+ In our RoboTwin random evaluation, this RLinf-GRPO checkpoint performs better than the pinned RoboTwin SFT checkpoint on the corresponding `click_bell` task.
 
 
29
 
30
+ ## Download
31
 
32
+ ```bash
33
+ hf download RLinf/RLinf-lingbotvla-click-bell-grpo \
34
+ --local-dir RLinf-lingbotvla-click-bell-grpo
35
  ```
36
 
37
+ ## Evaluation in RLinf
38
 
39
+ Use the downloaded directory as both `actor.model.model_path` and `rollout.model.model_path`. Keep `tokenizer_path` pointing to a local Qwen2.5-VL-3B-Instruct directory.
40
 
41
+ ```bash
42
+ python examples/embodiment/eval_embodied_agent.py \
43
+ --config-path examples/embodiment/config \
44
+ --config-name robotwin_click_bell_grpo_lingbotvla \
45
+ runner.only_eval=True \
46
+ actor.model.model_path=/path/to/RLinf-lingbotvla-click-bell-grpo \
47
+ actor.model.tokenizer_path=/path/to/Qwen2.5-VL-3B-Instruct \
48
+ actor.model.lingbotvla.config_path=/path/to/RLinf-lingbotvla-click-bell-grpo \
49
+ rollout.model.model_path=/path/to/RLinf-lingbotvla-click-bell-grpo \
50
+ rollout.model.tokenizer_path=/path/to/Qwen2.5-VL-3B-Instruct \
51
+ rollout.model.lingbotvla.config_path=/path/to/RLinf-lingbotvla-click-bell-grpo
 
 
 
 
 
52
  ```
53
 
54
+ For large RoboTwin evaluations, set `env.eval.total_num_envs`, `env.eval.max_episode_steps`, and `env.eval.max_steps_per_rollout_epoch` according to the target protocol.
55
 
56
+ ## Notes
57
+
58
+ This repository stores the merged LingbotVLA model weights only. RLinf wrapper-only tensors, such as value heads used during training, are not included.
actor/model_state_dict/full_weights.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3bab602d5cdee12c10583e2fee64d819426f074a050b64e3073c70cd3392cd3
3
- size 8395456710
 
 
 
 
actor/dcp_checkpoint/.metadata → assets/Teaser.png RENAMED
File without changes
assets/norm_stats/robotwin_all_new.json ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "norm_stats": {
3
+ "action.arm.position": {
4
+ "mean": [
5
+ -0.2260681688785553,
6
+ 1.090435266494751,
7
+ 0.8042582273483276,
8
+ -0.3527189791202545,
9
+ 0.056556474417448044,
10
+ -0.04530515521764755,
11
+ 0.2346765249967575,
12
+ 1.112542748451233,
13
+ 0.8304542303085327,
14
+ -0.357768177986145,
15
+ -0.01014612801373005,
16
+ 0.010991317220032215
17
+ ],
18
+ "std": [
19
+ 0.3691432774066925,
20
+ 0.994762122631073,
21
+ 0.7908730506896973,
22
+ 0.6637247800827026,
23
+ 0.24963052570819855,
24
+ 0.5638052821159363,
25
+ 0.32393988966941833,
26
+ 1.0204970836639404,
27
+ 0.8119731545448303,
28
+ 0.7209287285804749,
29
+ 0.25776439905166626,
30
+ 0.6208906769752502
31
+ ],
32
+ "q01": [
33
+ -0.9676963651657111,
34
+ -0.0003164021181873977,
35
+ -0.0026667596280574857,
36
+ -1.596037513256073,
37
+ -0.4467973255872727,
38
+ -2.20232324104309,
39
+ -0.13648582720756508,
40
+ -0.0017502129077910933,
41
+ -0.0023805056512355804,
42
+ -1.703943779706955,
43
+ -1.0264247895240783,
44
+ -1.6682623161315915
45
+ ],
46
+ "q99": [
47
+ 0.17045696868896432,
48
+ 2.5760957974332737,
49
+ 2.4727182808369395,
50
+ 1.259782492733002,
51
+ 1.2253731035709379,
52
+ 1.4495478111267097,
53
+ 1.0841207003116606,
54
+ 2.6036578441381453,
55
+ 2.4987799152359367,
56
+ 1.3104696589708325,
57
+ 1.0692354731559752,
58
+ 2.104229341125489
59
+ ],
60
+ "q02": [
61
+ -0.9260248472213748,
62
+ -0.0003164021181873977,
63
+ -0.0026667596280574857,
64
+ -1.5090695432662964,
65
+ -0.3291901943683624,
66
+ -1.6520995048522948,
67
+ -0.05942733430862468,
68
+ -0.0017502129077910933,
69
+ -0.0023805056512355804,
70
+ -1.6187864029407502,
71
+ -0.8741156991004944,
72
+ -1.5490281238555905
73
+ ],
74
+ "q98": [
75
+ 0.1157631013870235,
76
+ 2.4936630497265257,
77
+ 2.3193349599272013,
78
+ 1.0769267609596254,
79
+ 1.0140384616851805,
80
+ 1.2073643905639653,
81
+ 0.9469565829515458,
82
+ 2.528083452796936,
83
+ 2.3551445673033595,
84
+ 1.2071769149303435,
85
+ 0.6969243632316591,
86
+ 1.7504360820770266
87
+ ]
88
+ },
89
+ "action.effector.position": {
90
+ "mean": [
91
+ 0.6723259687423706,
92
+ 0.6735112071037292
93
+ ],
94
+ "std": [
95
+ 0.4526418447494507,
96
+ 0.4514695405960083
97
+ ],
98
+ "q01": [
99
+ 0.0,
100
+ 0.0
101
+ ],
102
+ "q99": [
103
+ 0.9998,
104
+ 0.9998
105
+ ],
106
+ "q02": [
107
+ 0.0,
108
+ 0.0
109
+ ],
110
+ "q98": [
111
+ 0.9998,
112
+ 0.9998
113
+ ]
114
+ },
115
+ "observation.state.arm.position": {
116
+ "mean": [
117
+ -0.22502799332141876,
118
+ 1.0857956409454346,
119
+ 0.8007810711860657,
120
+ -0.3513113558292389,
121
+ 0.05622035637497902,
122
+ -0.044659487903118134,
123
+ 0.23319771885871887,
124
+ 1.106688141822815,
125
+ 0.82613205909729,
126
+ -0.3561287522315979,
127
+ -0.010010534897446632,
128
+ 0.010481182485818863
129
+ ],
130
+ "std": [
131
+ 0.3684558570384979,
132
+ 0.9951919317245483,
133
+ 0.7907320857048035,
134
+ 0.6622379422187805,
135
+ 0.24897389113903046,
136
+ 0.5617504119873047,
137
+ 0.32331398129463196,
138
+ 1.0208075046539307,
139
+ 0.8117841482162476,
140
+ 0.718940019607544,
141
+ 0.25672635436058044,
142
+ 0.6180205345153809
143
+ ],
144
+ "q01": [
145
+ -0.9676963651657111,
146
+ -0.0003164021181873977,
147
+ -0.0026667596280574857,
148
+ -1.5938075653076171,
149
+ -0.4462003350734711,
150
+ -2.195949993133545,
151
+ -0.13648582720756508,
152
+ -0.0017502129077910933,
153
+ -0.0023805056512355804,
154
+ -1.703943779706955,
155
+ -1.0257196548461915,
156
+ -1.6663076572418207
157
+ ],
158
+ "q99": [
159
+ 0.16785249881744324,
160
+ 2.5760957974332737,
161
+ 2.47087028901875,
162
+ 1.2516060169219974,
163
+ 1.22238815100193,
164
+ 1.4495478111267097,
165
+ 1.073332511305809,
166
+ 2.602131088757515,
167
+ 2.494382914789021,
168
+ 1.3104696589708325,
169
+ 1.0657097997665406,
170
+ 2.102274682235718
171
+ ],
172
+ "q02": [
173
+ -0.9234203773498537,
174
+ -0.0003164021181873977,
175
+ -0.0026667596280574857,
176
+ -1.5060962793350219,
177
+ -0.3291901943683624,
178
+ -1.6436018409728996,
179
+ -0.05788616445064587,
180
+ -0.0017502129077910933,
181
+ -0.0023805056512355804,
182
+ -1.6164209202528,
183
+ -0.8698848910331727,
184
+ -1.5490281238555905
185
+ ],
186
+ "q98": [
187
+ 0.1157631013870235,
188
+ 2.4928853822953303,
189
+ 2.3174869681090113,
190
+ 1.0754401289939883,
191
+ 1.0122474901437757,
192
+ 1.2031155586242681,
193
+ 0.945415413093567,
194
+ 2.527320075106621,
195
+ 2.3522132336720825,
196
+ 1.202445949554443,
197
+ 0.694808959197998,
198
+ 1.7484814231872559
199
+ ]
200
+ },
201
+ "observation.state.effector.position": {
202
+ "mean": [
203
+ 0.6735715866088867,
204
+ 0.6747165322303772
205
+ ],
206
+ "std": [
207
+ 0.4521658420562744,
208
+ 0.4510030150413513
209
+ ],
210
+ "q01": [
211
+ 0.0,
212
+ 0.0
213
+ ],
214
+ "q99": [
215
+ 0.9998,
216
+ 0.9998
217
+ ],
218
+ "q02": [
219
+ 0.0,
220
+ 0.0
221
+ ],
222
+ "q98": [
223
+ 0.9998,
224
+ 0.9998
225
+ ]
226
+ }
227
+ },
228
+ "count": 535680
229
+ }
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "pi0",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {},
10
+ "output_features": {},
11
+ "device": "cpu",
12
+ "use_amp": false,
13
+ "chunk_size": 50,
14
+ "n_action_steps": 50,
15
+ "max_state_dim": 75,
16
+ "max_action_dim": 75,
17
+ "resize_imgs_with_padding": [
18
+ 224,
19
+ 224
20
+ ],
21
+ "empty_cameras": 0,
22
+ "adapt_to_pi_aloha": false,
23
+ "use_delta_joint_actions_aloha": false,
24
+ "tokenizer_max_length": 24,
25
+ "proj_width": 768,
26
+ "num_steps": 10,
27
+ "use_cache": true,
28
+ "attention_implementation": "flex",
29
+ "freeze_vision_encoder": false,
30
+ "train_expert_only": false,
31
+ "train_state_proj": true,
32
+ "optimizer_lr": 2.5e-05,
33
+ "optimizer_betas": [
34
+ 0.9,
35
+ 0.95
36
+ ],
37
+ "optimizer_eps": 1e-08,
38
+ "optimizer_weight_decay": 1e-10,
39
+ "scheduler_warmup_steps": 1000,
40
+ "scheduler_decay_steps": 30000,
41
+ "scheduler_decay_lr": 2.5e-06
42
+ }
lingbotvla_cli.yaml ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data:
2
+ cameras:
3
+ - camera_top
4
+ - camera_wrist_left
5
+ - camera_wrist_right
6
+ chat_template: default
7
+ data_name: multi
8
+ data_root: null
9
+ data_tag: default
10
+ data_type: conversation
11
+ dataloader_type: native
12
+ datasets_type: vla
13
+ drop_last: true
14
+ image_keys: images
15
+ joints:
16
+ - '{''arm.position'': 14}'
17
+ - '{''effector.position'': 2}'
18
+ max_seq_len: 64
19
+ norm_type: bounds_99_woclip
20
+ num_workers: 20
21
+ pin_memory: true
22
+ prefetch_factor: 4
23
+ robot_config_root: ./configs/robot_configs
24
+ source_name: null
25
+ text_keys: messages
26
+ train_path: ./assets/training_data/robotwin_all_tasks_with_aug.txt
27
+ train_size: 8000000
28
+ model:
29
+ adanorm_time: true
30
+ attn_implementation: flash_attention_2
31
+ basic_modules: []
32
+ decoders: {}
33
+ depth_incremental_training: false
34
+ encode_target: false
35
+ encoders: {}
36
+ final_norm_adanorm: false
37
+ force_use_huggingface: false
38
+ incremental_training: false
39
+ input_encoder: encoder
40
+ moe_implementation: null
41
+ nosplit_gate_liner: false
42
+ old_adanorm: true
43
+ output_encoder: decoder
44
+ post_training: true
45
+ separate_time_proj: false
46
+ split_gate_liner: false
47
+ use_lm_head: false
48
+ vlm_repo_id: null
49
+ vocab_size: 0
50
+ train:
51
+ action_dim: 14
52
+ activation_gpu_limit: 0.0
53
+ align_params: {}
54
+ bsz_warmup_init_mbtoken: 200
55
+ bsz_warmup_ratio: 0
56
+ chunk_size: 50
57
+ ckpt_manager: dcp
58
+ context_parallel_size: 1
59
+ data_parallel_mode: fsdp2
60
+ data_parallel_replicate_size: 1
61
+ data_parallel_shard_size: 8
62
+ decayed_max_grad_norm: 1.0
63
+ dyn_bsz: true
64
+ dyn_bsz_buffer_size: 200
65
+ dyn_bsz_margin: 0
66
+ ema_rate: 0.9999
67
+ embodiment_name: null
68
+ empty_cache_steps: 500
69
+ enable_activation_offload: false
70
+ enable_expert_vision: false
71
+ enable_forward_prefetch: true
72
+ enable_fp32: true
73
+ enable_fsdp_offload: false
74
+ enable_full_determinism: false
75
+ enable_full_shard: false
76
+ enable_gradient_checkpointing: true
77
+ enable_manual_eager: false
78
+ enable_mixed_precision: true
79
+ enable_profiling: false
80
+ enable_reentrant: false
81
+ enable_resume: true
82
+ expert_parallel_size: 1
83
+ expert_vision_path: null
84
+ expert_vision_type: null
85
+ freeze_vision_encoder: false
86
+ freeze_vit: false
87
+ global_batch_size: 256
88
+ ignore_depth: false
89
+ init_device: cuda
90
+ interact_layer_end: null
91
+ interact_layer_start: null
92
+ load_checkpoint_path: null
93
+ lr: 0.0001
94
+ lr_decay_ratio: 1.0
95
+ lr_decay_style: constant
96
+ lr_min: 1.0e-07
97
+ lr_start: 0.0
98
+ lr_warmup_ratio: 0
99
+ max_action_dim: 75
100
+ max_grad_norm: 1.0
101
+ max_state_dim: 75
102
+ max_steps: 220000
103
+ micro_batch_size: 32
104
+ module_fsdp_enable: true
105
+ my_tokenizer_max_length: 72
106
+ norm_qkv: false
107
+ num_train_epochs: 29000
108
+ optimizer: adamw
109
+ pipeline_parallel_size: 1
110
+ pre_train: false
111
+ profile_end_step: 2
112
+ profile_profile_memory: true
113
+ profile_record_shapes: true
114
+ profile_start_step: 1
115
+ profile_trace_dir: ./trace
116
+ profile_with_stack: true
117
+ qwenvl_bos: true
118
+ resume_dataloader_state: true
119
+ rmpad: false
120
+ rmpad_with_pos_ids: false
121
+ save_epochs: 29000
122
+ save_hf_weights: true
123
+ save_steps: 10000
124
+ seed: 42
125
+ skip_max_norm: false
126
+ stable_train_steps: 100000
127
+ tensor_parallel_size: 1
128
+ tokenizer_max_length: 24
129
+ ulysses_parallel_size: 1
130
+ use_compile: true
131
+ use_doptim: false
132
+ use_ema: false
133
+ use_fast_action: false
134
+ use_ki: false
135
+ use_prompt: false
136
+ use_state: false
137
+ use_subtask: false
138
+ use_wandb: false
139
+ vit_lr: 1.0e-06
140
+ vlm_causal: false
141
+ wandb_name: pi0_libero
142
+ wandb_project: pi0_libero
143
+ weight_decay: 0
actor/dcp_checkpoint/__5_0.distcp → model-00001-of-00002.safetensors RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bffe1d54a05e1bfa84480d0a2b8c20279091a642c039391282da97f4e0cad20
3
- size 1274533560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:154462a4a4377fb736d5fdb632c569dd6105adf4f3b3d10662d23920a371f6f6
3
+ size 4997770856
actor/dcp_checkpoint/__7_0.distcp → model-00002-of-00002.safetensors RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0850f421ce2098f40120554ee750a87d6b422c62af806e60c25e0583b100df38
3
- size 1273924156
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9886b9bd1632171f52a1c0db5ab1957592a6283ae6990b5cae282d5c5305c9d
3
+ size 3397309446
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff