kelvinzhaozg commited on
Commit
4f7c07a
·
verified ·
1 Parent(s): 76d6d4d

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +3 -5
  3. model.safetensors +2 -2
  4. train_config.json +7 -9
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- datasets: kelvinzhaozg/digit_third_arm_mujoco_walking_dataset
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: flow_matching
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - lerobot
 
10
  - flow_matching
11
  ---
12
 
 
1
  ---
2
+ datasets: kelvinzhaozg/digit_third_arm_mujoco_dataset
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: flow_matching
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
+ - robotics
10
  - flow_matching
11
  ---
12
 
config.json CHANGED
@@ -37,8 +37,8 @@
37
  "private": null,
38
  "tags": null,
39
  "license": null,
40
- "horizon": 32,
41
- "n_action_steps": 16,
42
  "drop_n_last_frames": 7,
43
  "vision_backbone": "resnet18",
44
  "crop_shape": [
@@ -49,7 +49,7 @@
49
  "pretrained_backbone_weights": null,
50
  "use_group_norm": true,
51
  "spatial_softmax_num_keypoints": 32,
52
- "use_separate_rgb_encoder_per_camera": true,
53
  "down_dims": [
54
  512,
55
  1024,
@@ -65,8 +65,6 @@
65
  "sigma_min": 0.0001,
66
  "clip_sample": true,
67
  "clip_sample_range": 1.0,
68
- "fm_min_period": 0.004,
69
- "fm_max_period": 4.0,
70
  "do_mask_loss_for_padding": false,
71
  "optimizer_lr": 0.0001,
72
  "optimizer_betas": [
 
37
  "private": null,
38
  "tags": null,
39
  "license": null,
40
+ "horizon": 64,
41
+ "n_action_steps": 32,
42
  "drop_n_last_frames": 7,
43
  "vision_backbone": "resnet18",
44
  "crop_shape": [
 
49
  "pretrained_backbone_weights": null,
50
  "use_group_norm": true,
51
  "spatial_softmax_num_keypoints": 32,
52
+ "use_separate_rgb_encoder_per_camera": false,
53
  "down_dims": [
54
  512,
55
  1024,
 
65
  "sigma_min": 0.0001,
66
  "clip_sample": true,
67
  "clip_sample_range": 1.0,
 
 
68
  "do_mask_loss_for_padding": false,
69
  "optimizer_lr": 0.0001,
70
  "optimizer_betas": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2d3d207e7419a9564eac4cd5be10e060eaafb59fef2dfe2e63e7695df0ead41
3
- size 1046090724
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e5374df80417d66de57cb9dbb13dffbb810faacf28b6756af9607586448df7d
3
+ size 1046090228
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "kelvinzhaozg/digit_third_arm_mujoco_walking_dataset",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -62,7 +62,7 @@
62
  },
63
  "revision": null,
64
  "use_imagenet_stats": true,
65
- "video_backend": "torchcodec"
66
  },
67
  "env": null,
68
  "policy": {
@@ -104,8 +104,8 @@
104
  "private": null,
105
  "tags": null,
106
  "license": null,
107
- "horizon": 32,
108
- "n_action_steps": 16,
109
  "drop_n_last_frames": 7,
110
  "vision_backbone": "resnet18",
111
  "crop_shape": [
@@ -116,7 +116,7 @@
116
  "pretrained_backbone_weights": null,
117
  "use_group_norm": true,
118
  "spatial_softmax_num_keypoints": 32,
119
- "use_separate_rgb_encoder_per_camera": true,
120
  "down_dims": [
121
  512,
122
  1024,
@@ -132,8 +132,6 @@
132
  "sigma_min": 0.0001,
133
  "clip_sample": true,
134
  "clip_sample_range": 1.0,
135
- "fm_min_period": 0.004,
136
- "fm_max_period": 4.0,
137
  "do_mask_loss_for_padding": false,
138
  "optimizer_lr": 0.0001,
139
  "optimizer_betas": [
@@ -145,7 +143,7 @@
145
  "scheduler_name": "cosine",
146
  "scheduler_warmup_steps": 500
147
  },
148
- "output_dir": "outputs/train/2025-09-04/15-13-08_flow_matching",
149
  "job_name": "flow_matching",
150
  "resume": false,
151
  "seed": 1000,
@@ -184,7 +182,7 @@
184
  "project": "lerobot",
185
  "entity": null,
186
  "notes": null,
187
- "run_id": "p1sjbmxv",
188
  "mode": null
189
  }
190
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "kelvinzhaozg/digit_third_arm_mujoco_dataset",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
62
  },
63
  "revision": null,
64
  "use_imagenet_stats": true,
65
+ "video_backend": "pyav"
66
  },
67
  "env": null,
68
  "policy": {
 
104
  "private": null,
105
  "tags": null,
106
  "license": null,
107
+ "horizon": 64,
108
+ "n_action_steps": 32,
109
  "drop_n_last_frames": 7,
110
  "vision_backbone": "resnet18",
111
  "crop_shape": [
 
116
  "pretrained_backbone_weights": null,
117
  "use_group_norm": true,
118
  "spatial_softmax_num_keypoints": 32,
119
+ "use_separate_rgb_encoder_per_camera": false,
120
  "down_dims": [
121
  512,
122
  1024,
 
132
  "sigma_min": 0.0001,
133
  "clip_sample": true,
134
  "clip_sample_range": 1.0,
 
 
135
  "do_mask_loss_for_padding": false,
136
  "optimizer_lr": 0.0001,
137
  "optimizer_betas": [
 
143
  "scheduler_name": "cosine",
144
  "scheduler_warmup_steps": 500
145
  },
146
+ "output_dir": "outputs/train/2025-09-06/15-09-30_flow_matching",
147
  "job_name": "flow_matching",
148
  "resume": false,
149
  "seed": 1000,
 
182
  "project": "lerobot",
183
  "entity": null,
184
  "notes": null,
185
+ "run_id": "zxhpto0x",
186
  "mode": null
187
  }
188
  }