Oiki123 commited on
Commit
66d7933
·
verified ·
1 Parent(s): b0f4c75

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -8,7 +8,7 @@
8
  6
9
  ]
10
  },
11
- "observation.images.front": {
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
@@ -16,7 +16,7 @@
16
  640
17
  ]
18
  },
19
- "observation.images.wrist": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
@@ -36,14 +36,14 @@
36
  "device": "cuda",
37
  "use_amp": false,
38
  "use_peft": false,
39
- "push_to_hub": false,
40
- "repo_id": null,
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
- "chunk_size": 100,
46
- "n_action_steps": 100,
47
  "normalization_mapping": {
48
  "VISUAL": "MEAN_STD",
49
  "STATE": "MEAN_STD",
 
8
  6
9
  ]
10
  },
11
+ "observation.images.wrist": {
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
 
16
  640
17
  ]
18
  },
19
+ "observation.images.front": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
 
36
  "device": "cuda",
37
  "use_amp": false,
38
  "use_peft": false,
39
+ "push_to_hub": true,
40
+ "repo_id": "Oiki123/act_pick_noaug_50k",
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
+ "chunk_size": 50,
46
+ "n_action_steps": 15,
47
  "normalization_mapping": {
48
  "VISUAL": "MEAN_STD",
49
  "STATE": "MEAN_STD",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0f096bafd9126c8ecd6a93d3b93beff0acda6d375c73a8f2cabe5ddc08336b4
3
- size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8fecaf62d928a29bf10c25c81403f7813e874d5d476b9a06fe2872dcc93ed83
3
+ size 206494928
policy_postprocessor_step_0_unnormalizer_processor.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e005991c93724b721438f9d1c6b317d3e083c2827befc531dc41786ab6dfa2d
3
  size 7552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9330844c8106105b3aba7c98c5828004e6f9678c0be2ff45235e2da4b66bf5
3
  size 7552
policy_preprocessor.json CHANGED
@@ -29,7 +29,7 @@
29
  6
30
  ]
31
  },
32
- "observation.images.front": {
33
  "type": "VISUAL",
34
  "shape": [
35
  3,
@@ -37,7 +37,7 @@
37
  640
38
  ]
39
  },
40
- "observation.images.wrist": {
41
  "type": "VISUAL",
42
  "shape": [
43
  3,
 
29
  6
30
  ]
31
  },
32
+ "observation.images.wrist": {
33
  "type": "VISUAL",
34
  "shape": [
35
  3,
 
37
  640
38
  ]
39
  },
40
+ "observation.images.front": {
41
  "type": "VISUAL",
42
  "shape": [
43
  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:7e005991c93724b721438f9d1c6b317d3e083c2827befc531dc41786ab6dfa2d
3
  size 7552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9330844c8106105b3aba7c98c5828004e6f9678c0be2ff45235e2da4b66bf5
3
  size 7552
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "Shrek0/pick_10_pt2",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -90,7 +90,7 @@
90
  6
91
  ]
92
  },
93
- "observation.images.front": {
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
@@ -98,7 +98,7 @@
98
  640
99
  ]
100
  },
101
- "observation.images.wrist": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
@@ -118,14 +118,14 @@
118
  "device": "cuda",
119
  "use_amp": false,
120
  "use_peft": false,
121
- "push_to_hub": false,
122
- "repo_id": null,
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
  "pretrained_path": null,
127
- "chunk_size": 100,
128
- "n_action_steps": 100,
129
  "normalization_mapping": {
130
  "VISUAL": "MEAN_STD",
131
  "STATE": "MEAN_STD",
@@ -151,12 +151,12 @@
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 1e-05
153
  },
154
- "output_dir": "/root/outputs/act_no_aug",
155
- "job_name": "act",
156
  "resume": false,
157
  "seed": 1000,
158
- "num_workers": 16,
159
- "batch_size": 32,
160
  "steps": 50000,
161
  "eval_freq": 20000,
162
  "log_freq": 100,
@@ -183,8 +183,8 @@
183
  },
184
  "wandb": {
185
  "enable": false,
186
- "disable_artifact": true,
187
- "project": "lerobot",
188
  "entity": null,
189
  "notes": null,
190
  "run_id": null,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "Oiki123/so101_pick_merged",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
90
  6
91
  ]
92
  },
93
+ "observation.images.wrist": {
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
 
98
  640
99
  ]
100
  },
101
+ "observation.images.front": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
 
118
  "device": "cuda",
119
  "use_amp": false,
120
  "use_peft": false,
121
+ "push_to_hub": true,
122
+ "repo_id": "Oiki123/act_pick_noaug_50k",
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
  "pretrained_path": null,
127
+ "chunk_size": 50,
128
+ "n_action_steps": 15,
129
  "normalization_mapping": {
130
  "VISUAL": "MEAN_STD",
131
  "STATE": "MEAN_STD",
 
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 1e-05
153
  },
154
+ "output_dir": "outputs/act_pick_noaug",
155
+ "job_name": "act_pick_noaug",
156
  "resume": false,
157
  "seed": 1000,
158
+ "num_workers": 4,
159
+ "batch_size": 8,
160
  "steps": 50000,
161
  "eval_freq": 20000,
162
  "log_freq": 100,
 
183
  },
184
  "wandb": {
185
  "enable": false,
186
+ "disable_artifact": false,
187
+ "project": "hackathon",
188
  "entity": null,
189
  "notes": null,
190
  "run_id": null,