Robotics
LeRobot
Safetensors
diffusion
ISdept commited on
Commit
1f59533
·
verified ·
1 Parent(s): c99c2c0

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -16,7 +16,15 @@
16
  640
17
  ]
18
  },
19
- "observation.images.depth": {
 
 
 
 
 
 
 
 
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
@@ -42,7 +50,7 @@
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
- "horizon": 64,
46
  "n_action_steps": 8,
47
  "normalization_mapping": {
48
  "ACTION": "MEAN_STD",
 
16
  640
17
  ]
18
  },
19
+ "observation.images.front": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 400,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.right": {
28
  "type": "VISUAL",
29
  "shape": [
30
  3,
 
50
  "tags": null,
51
  "license": null,
52
  "pretrained_path": null,
53
+ "horizon": 16,
54
  "n_action_steps": 8,
55
  "normalization_mapping": {
56
  "ACTION": "MEAN_STD",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c02e8fa4613c9c30fd60022532c5a7bdb162cc806cefb64845c0443005f4d654
3
- size 1066805588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a3d45f1649a6e9b6534f4fb54ee9e30c3a8aec716d4e8585fd7868104f2c21
3
+ size 1081485652
policy_postprocessor_step_0_unnormalizer_processor.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b58406ff41043b5f11f021fe173d8909684f54d0f0c85cbc138f7ba5a3680384
3
- size 4000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5fc88d483785fe7e9f96b5f5e08112ae35353dd58b76361f1056dbb8b5ed8b0
3
+ size 4400
policy_preprocessor.json CHANGED
@@ -37,7 +37,15 @@
37
  640
38
  ]
39
  },
40
- "observation.images.depth": {
 
 
 
 
 
 
 
 
41
  "type": "VISUAL",
42
  "shape": [
43
  3,
 
37
  640
38
  ]
39
  },
40
+ "observation.images.front": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 400,
45
+ 640
46
+ ]
47
+ },
48
+ "observation.images.right": {
49
  "type": "VISUAL",
50
  "shape": [
51
  3,
policy_preprocessor_step_3_normalizer_processor.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b58406ff41043b5f11f021fe173d8909684f54d0f0c85cbc138f7ba5a3680384
3
- size 4000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5fc88d483785fe7e9f96b5f5e08112ae35353dd58b76361f1056dbb8b5ed8b0
3
+ size 4400
train_config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "dataset": {
3
- "repo_id": "ISdept/piper-pick-place-depth",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
- "enable": false,
8
  "max_num_transforms": 3,
9
  "random_order": false,
10
  "tfs": {
@@ -98,7 +98,15 @@
98
  640
99
  ]
100
  },
101
- "observation.images.depth": {
 
 
 
 
 
 
 
 
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
@@ -124,7 +132,7 @@
124
  "tags": null,
125
  "license": null,
126
  "pretrained_path": null,
127
- "horizon": 64,
128
  "n_action_steps": 8,
129
  "normalization_mapping": {
130
  "ACTION": "MEAN_STD",
@@ -177,7 +185,7 @@
177
  "seed": 1000,
178
  "num_workers": 4,
179
  "batch_size": 36,
180
- "steps": 25000,
181
  "eval_freq": 20000,
182
  "log_freq": 200,
183
  "tolerance_s": 0.0001,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "ISdept/20260204-piper-pick-place",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
+ "enable": true,
8
  "max_num_transforms": 3,
9
  "random_order": false,
10
  "tfs": {
 
98
  640
99
  ]
100
  },
101
+ "observation.images.front": {
102
+ "type": "VISUAL",
103
+ "shape": [
104
+ 3,
105
+ 400,
106
+ 640
107
+ ]
108
+ },
109
+ "observation.images.right": {
110
  "type": "VISUAL",
111
  "shape": [
112
  3,
 
132
  "tags": null,
133
  "license": null,
134
  "pretrained_path": null,
135
+ "horizon": 16,
136
  "n_action_steps": 8,
137
  "normalization_mapping": {
138
  "ACTION": "MEAN_STD",
 
185
  "seed": 1000,
186
  "num_workers": 4,
187
  "batch_size": 36,
188
+ "steps": 10000,
189
  "eval_freq": 20000,
190
  "log_freq": 200,
191
  "tolerance_s": 0.0001,