Robotics
LeRobot
Safetensors
diffusion
paragon7060 commited on
Commit
f3554d6
·
verified ·
1 Parent(s): 9786855

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +14 -19
  3. model.safetensors +2 -2
  4. train_config.json +22 -26
README.md CHANGED
@@ -1,13 +1,13 @@
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
 
13
  # Model Card for diffusion
 
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
  - lerobot
10
+ - diffusion
11
  ---
12
 
13
  # Model Card for diffusion
config.json CHANGED
@@ -10,31 +10,31 @@
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,28 +50,23 @@
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-door",
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",
 
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
  "shape": [
51
  1
52
  ]
 
 
 
 
 
 
53
  }
54
  },
55
  "device": "cuda",
56
+ "use_amp": true,
57
  "push_to_hub": true,
58
  "repo_id": "paragon7060/diffusion-door",
59
  "private": null,
60
  "tags": null,
61
  "license": null,
62
+ "task": null,
63
+ "horizon": 40,
64
+ "n_action_steps": 30,
65
  "drop_n_last_frames": 7,
66
+ "vision_backbone": "resnet50",
67
  "crop_shape": [
68
+ 224,
69
+ 224
70
  ],
71
  "crop_is_random": false,
72
  "pretrained_backbone_weights": "IMAGENET1K_V1",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65da6d432d9c9ccd6e9d8c5b786aea89c5578f03291011083f9cb2a970831b93
3
- size 320685432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28dcb42a13deb31c8843ab41a003ee48f1c6d71465e44165763088cd53e3feab
3
+ size 369486112
train_config.json CHANGED
@@ -1,7 +1,7 @@
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,
@@ -77,31 +77,31 @@
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,28 +117,23 @@
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-door",
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",
@@ -176,11 +171,11 @@
176
  },
177
  "output_dir": "outputs/train/diffusion-door",
178
  "job_name": "diffusion",
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,7 +208,8 @@
213
  "project": "diffusion-door",
214
  "entity": "RwHlabs",
215
  "notes": null,
216
- "run_id": "d50bk84x",
217
  "mode": null
218
- }
 
219
  }
 
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
  "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
  "shape": [
118
  1
119
  ]
 
 
 
 
 
 
120
  }
121
  },
122
  "device": "cuda",
123
+ "use_amp": true,
124
  "push_to_hub": true,
125
  "repo_id": "paragon7060/diffusion-door",
126
  "private": null,
127
  "tags": null,
128
  "license": null,
129
+ "task": null,
130
+ "horizon": 40,
131
+ "n_action_steps": 30,
132
  "drop_n_last_frames": 7,
133
+ "vision_backbone": "resnet50",
134
  "crop_shape": [
135
+ 224,
136
+ 224
137
  ],
138
  "crop_is_random": false,
139
  "pretrained_backbone_weights": "IMAGENET1K_V1",
 
171
  },
172
  "output_dir": "outputs/train/diffusion-door",
173
  "job_name": "diffusion",
174
+ "resume": true,
175
  "seed": 0,
176
  "num_workers": 4,
177
+ "batch_size": 64,
178
+ "steps": 60000,
179
  "eval_freq": 20000,
180
  "log_freq": 200,
181
  "save_checkpoint": true,
 
208
  "project": "diffusion-door",
209
  "entity": "RwHlabs",
210
  "notes": null,
211
+ "run_id": "ab914u0x",
212
  "mode": null
213
+ },
214
+ "task": "door"
215
  }