Robotics
LeRobot
Safetensors
diffusion
paragon7060 commited on
Commit
5693bfc
·
verified ·
1 Parent(s): 3e2678e

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +19 -13
  3. model.safetensors +2 -2
  4. train_config.json +26 -21
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- datasets: paragon7060/INSIGHTfixpos
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - diffusion
 
10
  - lerobot
11
  ---
12
 
 
1
  ---
2
+ datasets: paragon7060/dp-guide-door
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
8
  - diffusion
9
+ - robotics
10
  - lerobot
11
  ---
12
 
config.json CHANGED
@@ -17,24 +17,24 @@
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
- 224,
21
- 224
22
  ]
23
  },
24
  "observation.images.right_shoulder": {
25
  "type": "VISUAL",
26
  "shape": [
27
  3,
28
- 224,
29
- 224
30
  ]
31
  },
32
  "observation.images.guide": {
33
  "type": "VISUAL",
34
  "shape": [
35
  3,
36
- 224,
37
- 224
38
  ]
39
  }
40
  },
@@ -50,6 +50,12 @@
50
  "shape": [
51
  1
52
  ]
 
 
 
 
 
 
53
  }
54
  },
55
  "device": "cuda",
@@ -64,18 +70,18 @@
64
  "drop_n_last_frames": 7,
65
  "vision_backbone": "resnet18",
66
  "crop_shape": [
67
- 84,
68
- 84
69
  ],
70
- "crop_is_random": true,
71
- "pretrained_backbone_weights": null,
72
- "use_group_norm": true,
73
  "spatial_softmax_num_keypoints": 32,
74
  "use_separate_rgb_encoder_per_camera": false,
75
  "down_dims": [
 
76
  512,
77
- 1024,
78
- 2048
79
  ],
80
  "kernel_size": 5,
81
  "n_groups": 8,
 
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
+ 672,
21
+ 672
22
  ]
23
  },
24
  "observation.images.right_shoulder": {
25
  "type": "VISUAL",
26
  "shape": [
27
  3,
28
+ 672,
29
+ 672
30
  ]
31
  },
32
  "observation.images.guide": {
33
  "type": "VISUAL",
34
  "shape": [
35
  3,
36
+ 672,
37
+ 672
38
  ]
39
  }
40
  },
 
50
  "shape": [
51
  1
52
  ]
53
+ },
54
+ "action.skill_param": {
55
+ "type": "ACTION",
56
+ "shape": [
57
+ 8
58
+ ]
59
  }
60
  },
61
  "device": "cuda",
 
70
  "drop_n_last_frames": 7,
71
  "vision_backbone": "resnet18",
72
  "crop_shape": [
73
+ 448,
74
+ 448
75
  ],
76
+ "crop_is_random": false,
77
+ "pretrained_backbone_weights": "IMAGENET1K_V1",
78
+ "use_group_norm": false,
79
  "spatial_softmax_num_keypoints": 32,
80
  "use_separate_rgb_encoder_per_camera": false,
81
  "down_dims": [
82
+ 256,
83
  512,
84
+ 1024
 
85
  ],
86
  "kernel_size": 5,
87
  "n_groups": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dd81aa6d063686a633cd42dc045dcbcd4d3abdb4ee95798755c84b451310281
3
- size 1081686048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee3524afa5dbaec7723876f3d727878787c3682a7c0b708764df0184bcda1c0
3
+ size 319767864
train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "dataset": {
3
- "repo_id": "paragon7060/INSIGHTfixpos",
4
- "root": "/mntvol1/INSIGHTBench/data/paragon7060/INSIGHTfixpos",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
@@ -84,24 +84,24 @@
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
87
- 224,
88
- 224
89
  ]
90
  },
91
  "observation.images.right_shoulder": {
92
  "type": "VISUAL",
93
  "shape": [
94
  3,
95
- 224,
96
- 224
97
  ]
98
  },
99
  "observation.images.guide": {
100
  "type": "VISUAL",
101
  "shape": [
102
  3,
103
- 224,
104
- 224
105
  ]
106
  }
107
  },
@@ -117,6 +117,12 @@
117
  "shape": [
118
  1
119
  ]
 
 
 
 
 
 
120
  }
121
  },
122
  "device": "cuda",
@@ -131,18 +137,18 @@
131
  "drop_n_last_frames": 7,
132
  "vision_backbone": "resnet18",
133
  "crop_shape": [
134
- 84,
135
- 84
136
  ],
137
- "crop_is_random": true,
138
- "pretrained_backbone_weights": null,
139
- "use_group_norm": true,
140
  "spatial_softmax_num_keypoints": 32,
141
  "use_separate_rgb_encoder_per_camera": false,
142
  "down_dims": [
 
143
  512,
144
- 1024,
145
- 2048
146
  ],
147
  "kernel_size": 5,
148
  "n_groups": 8,
@@ -173,12 +179,12 @@
173
  "resume": false,
174
  "seed": 0,
175
  "num_workers": 4,
176
- "batch_size": 32,
177
- "steps": 50000,
178
  "eval_freq": 20000,
179
  "log_freq": 200,
180
  "save_checkpoint": true,
181
- "save_freq": 10000,
182
  "use_policy_training_preset": true,
183
  "optimizer": {
184
  "type": "adam",
@@ -207,8 +213,7 @@
207
  "project": "diffusion-door",
208
  "entity": "RwHlabs",
209
  "notes": null,
210
- "run_id": "k1a9o89h",
211
  "mode": null
212
- },
213
- "task": "door"
214
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "paragon7060/dp-guide-door",
4
+ "root": "/home/seonho/workspace/IsaacLab/data/paragon7060/dp-guide-door",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
87
+ 672,
88
+ 672
89
  ]
90
  },
91
  "observation.images.right_shoulder": {
92
  "type": "VISUAL",
93
  "shape": [
94
  3,
95
+ 672,
96
+ 672
97
  ]
98
  },
99
  "observation.images.guide": {
100
  "type": "VISUAL",
101
  "shape": [
102
  3,
103
+ 672,
104
+ 672
105
  ]
106
  }
107
  },
 
117
  "shape": [
118
  1
119
  ]
120
+ },
121
+ "action.skill_param": {
122
+ "type": "ACTION",
123
+ "shape": [
124
+ 8
125
+ ]
126
  }
127
  },
128
  "device": "cuda",
 
137
  "drop_n_last_frames": 7,
138
  "vision_backbone": "resnet18",
139
  "crop_shape": [
140
+ 448,
141
+ 448
142
  ],
143
+ "crop_is_random": false,
144
+ "pretrained_backbone_weights": "IMAGENET1K_V1",
145
+ "use_group_norm": false,
146
  "spatial_softmax_num_keypoints": 32,
147
  "use_separate_rgb_encoder_per_camera": false,
148
  "down_dims": [
149
+ 256,
150
  512,
151
+ 1024
 
152
  ],
153
  "kernel_size": 5,
154
  "n_groups": 8,
 
179
  "resume": false,
180
  "seed": 0,
181
  "num_workers": 4,
182
+ "batch_size": 16,
183
+ "steps": 20000,
184
  "eval_freq": 20000,
185
  "log_freq": 200,
186
  "save_checkpoint": true,
187
+ "save_freq": 2500,
188
  "use_policy_training_preset": true,
189
  "optimizer": {
190
  "type": "adam",
 
213
  "project": "diffusion-door",
214
  "entity": "RwHlabs",
215
  "notes": null,
216
+ "run_id": "7s4vkdyy",
217
  "mode": null
218
+ }
 
219
  }