paragon7060 commited on
Commit
8b9c13c
·
verified ·
1 Parent(s): f75a045

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 +25 -20
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
- - lerobot
9
  - diffusion
 
10
  - robotics
11
  ---
12
 
 
1
  ---
2
+ datasets: paragon7060/dp-guide-cabinet
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
8
  - diffusion
9
+ - lerobot
10
  - robotics
11
  ---
12
 
config.json CHANGED
@@ -10,31 +10,31 @@
10
  "observation.state": {
11
  "type": "STATE",
12
  "shape": [
13
- 8
14
  ]
15
  },
16
  "observation.images.wrist": {
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,22 +50,28 @@
50
  "shape": [
51
  1
52
  ]
 
 
 
 
 
 
53
  }
54
  },
55
  "device": "cuda",
56
- "use_amp": true,
57
  "push_to_hub": true,
58
  "repo_id": "paragon7060/diffusion-cabinet",
59
  "private": null,
60
  "tags": null,
61
  "license": null,
62
- "horizon": 40,
63
- "n_action_steps": 30,
64
  "drop_n_last_frames": 7,
65
- "vision_backbone": "resnet50",
66
  "crop_shape": [
67
- 224,
68
- 224
69
  ],
70
  "crop_is_random": false,
71
  "pretrained_backbone_weights": "IMAGENET1K_V1",
 
10
  "observation.state": {
11
  "type": "STATE",
12
  "shape": [
13
+ 16
14
  ]
15
  },
16
  "observation.images.wrist": {
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",
62
+ "use_amp": false,
63
  "push_to_hub": true,
64
  "repo_id": "paragon7060/diffusion-cabinet",
65
  "private": null,
66
  "tags": null,
67
  "license": null,
68
+ "horizon": 16,
69
+ "n_action_steps": 8,
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",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ee3995b00d1481561586b1b783a6aa807dc5289b2eba29c1e55241d1992dfa2
3
- size 369486112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db52bfe7c54d735411f9575f9667395682aefaa16072baa615f3c334f0fc48de
3
+ size 320685432
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,
@@ -77,31 +77,31 @@
77
  "observation.state": {
78
  "type": "STATE",
79
  "shape": [
80
- 8
81
  ]
82
  },
83
  "observation.images.wrist": {
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,22 +117,28 @@
117
  "shape": [
118
  1
119
  ]
 
 
 
 
 
 
120
  }
121
  },
122
  "device": "cuda",
123
- "use_amp": true,
124
  "push_to_hub": true,
125
  "repo_id": "paragon7060/diffusion-cabinet",
126
  "private": null,
127
  "tags": null,
128
  "license": null,
129
- "horizon": 40,
130
- "n_action_steps": 30,
131
  "drop_n_last_frames": 7,
132
- "vision_backbone": "resnet50",
133
  "crop_shape": [
134
- 224,
135
- 224
136
  ],
137
  "crop_is_random": false,
138
  "pretrained_backbone_weights": "IMAGENET1K_V1",
@@ -173,8 +179,8 @@
173
  "resume": false,
174
  "seed": 0,
175
  "num_workers": 4,
176
- "batch_size": 64,
177
- "steps": 30000,
178
  "eval_freq": 20000,
179
  "log_freq": 200,
180
  "save_checkpoint": true,
@@ -207,8 +213,7 @@
207
  "project": "diffusion-cabinet",
208
  "entity": "RwHlabs",
209
  "notes": null,
210
- "run_id": "9p7ia6xv",
211
  "mode": null
212
- },
213
- "task": "cabinet"
214
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "paragon7060/dp-guide-cabinet",
4
+ "root": "/home/seonho/workspace/IsaacLab/data/paragon7060/dp-guide-cabinet",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
77
  "observation.state": {
78
  "type": "STATE",
79
  "shape": [
80
+ 16
81
  ]
82
  },
83
  "observation.images.wrist": {
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",
129
+ "use_amp": false,
130
  "push_to_hub": true,
131
  "repo_id": "paragon7060/diffusion-cabinet",
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
+ "horizon": 16,
136
+ "n_action_steps": 8,
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",
 
179
  "resume": false,
180
  "seed": 0,
181
  "num_workers": 4,
182
+ "batch_size": 16,
183
+ "steps": 50000,
184
  "eval_freq": 20000,
185
  "log_freq": 200,
186
  "save_checkpoint": true,
 
213
  "project": "diffusion-cabinet",
214
  "entity": "RwHlabs",
215
  "notes": null,
216
+ "run_id": "dsdvzhh9",
217
  "mode": null
218
+ }
 
219
  }