Robotics
LeRobot
Safetensors
act
adimunot commited on
Commit
1b99ea2
·
verified ·
1 Parent(s): 4c3795b

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -2,6 +2,12 @@
2
  "type": "act",
3
  "n_obs_steps": 1,
4
  "input_features": {
 
 
 
 
 
 
5
  "observation.image": {
6
  "type": "VISUAL",
7
  "shape": [
@@ -9,12 +15,6 @@
9
  96,
10
  96
11
  ]
12
- },
13
- "observation.state": {
14
- "type": "STATE",
15
- "shape": [
16
- 2
17
- ]
18
  }
19
  },
20
  "output_features": {
 
2
  "type": "act",
3
  "n_obs_steps": 1,
4
  "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 5
9
+ ]
10
+ },
11
  "observation.image": {
12
  "type": "VISUAL",
13
  "shape": [
 
15
  96,
16
  96
17
  ]
 
 
 
 
 
 
18
  }
19
  },
20
  "output_features": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c644816b57d2b117a0ffa5dbe6000d8c6933e920a5556ee51b8ebc4b2342a5f3
3
- size 206666936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9491421a76c4095fd07aa9915dd8eba236a68aba0425a1bcd4060acd5fb63f7b
3
+ size 206679224
policy_postprocessor_step_0_unnormalizer_processor.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:294c36db20666b06e5924d21c110c75c9f3e0fbd13dcc2425bec3ef405a13ccc
3
- size 6184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c6f5b67bc192c18c98f8161a4be8690a75e0af065701ce14b62aabd513a42e
3
+ size 6292
policy_preprocessor.json CHANGED
@@ -23,6 +23,12 @@
23
  "config": {
24
  "eps": 1e-08,
25
  "features": {
 
 
 
 
 
 
26
  "observation.image": {
27
  "type": "VISUAL",
28
  "shape": [
@@ -31,12 +37,6 @@
31
  96
32
  ]
33
  },
34
- "observation.state": {
35
- "type": "STATE",
36
- "shape": [
37
- 2
38
- ]
39
- },
40
  "action": {
41
  "type": "ACTION",
42
  "shape": [
 
23
  "config": {
24
  "eps": 1e-08,
25
  "features": {
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 5
30
+ ]
31
+ },
32
  "observation.image": {
33
  "type": "VISUAL",
34
  "shape": [
 
37
  96
38
  ]
39
  },
 
 
 
 
 
 
40
  "action": {
41
  "type": "ACTION",
42
  "shape": [
policy_preprocessor_step_3_normalizer_processor.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:294c36db20666b06e5924d21c110c75c9f3e0fbd13dcc2425bec3ef405a13ccc
3
- size 6184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c6f5b67bc192c18c98f8161a4be8690a75e0af065701ce14b62aabd513a42e
3
+ size 6292
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "adimunot/pushbox_test",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -84,6 +84,12 @@
84
  "type": "act",
85
  "n_obs_steps": 1,
86
  "input_features": {
 
 
 
 
 
 
87
  "observation.image": {
88
  "type": "VISUAL",
89
  "shape": [
@@ -91,12 +97,6 @@
91
  96,
92
  96
93
  ]
94
- },
95
- "observation.state": {
96
- "type": "STATE",
97
- "shape": [
98
- 2
99
- ]
100
  }
101
  },
102
  "output_features": {
@@ -144,17 +144,17 @@
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
  "output_dir": "outputs/train/act_pushbox",
147
- "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
- "steps": 8000,
153
- "eval_freq": -1,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
156
  "save_checkpoint": true,
157
- "save_freq": 1000,
158
  "use_policy_training_preset": true,
159
  "optimizer": {
160
  "type": "adamw",
 
1
  {
2
  "dataset": {
3
+ "repo_id": "adimunot/pushbox_demos",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
84
  "type": "act",
85
  "n_obs_steps": 1,
86
  "input_features": {
87
+ "observation.state": {
88
+ "type": "STATE",
89
+ "shape": [
90
+ 5
91
+ ]
92
+ },
93
  "observation.image": {
94
  "type": "VISUAL",
95
  "shape": [
 
97
  96,
98
  96
99
  ]
 
 
 
 
 
 
100
  }
101
  },
102
  "output_features": {
 
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
  "output_dir": "outputs/train/act_pushbox",
147
+ "job_name": "act_pushbox",
148
  "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
+ "steps": 100000,
153
+ "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
156
  "save_checkpoint": true,
157
+ "save_freq": 10000,
158
  "use_policy_training_preset": true,
159
  "optimizer": {
160
  "type": "adamw",