Robotics
LeRobot
Safetensors
act
auarnold commited on
Commit
e0ecb18
·
verified ·
1 Parent(s): fd31011

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +2 -2
  4. train_config.json +9 -6
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - robotics
10
  - act
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - act
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -42,8 +42,8 @@
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
- "chunk_size": 48,
46
- "n_action_steps": 30,
47
  "normalization_mapping": {
48
  "VISUAL": "MEAN_STD",
49
  "STATE": "MEAN_STD",
 
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
+ "chunk_size": 50,
46
+ "n_action_steps": 50,
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:6a489464e9ac262fd92427ac3ad9f9b1ae58cf0c2208623602e122b716aec703
3
- size 206494932
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590238ba99b53d7387f329339e73cbec7b99928d71842fba2d7ee2cd7c8eca82
3
+ size 206503124
train_config.json CHANGED
@@ -77,6 +77,7 @@
77
  "revision": null,
78
  "use_imagenet_stats": true,
79
  "video_backend": "torchcodec",
 
80
  "streaming": false
81
  },
82
  "env": null,
@@ -124,8 +125,8 @@
124
  "tags": null,
125
  "license": null,
126
  "pretrained_path": null,
127
- "chunk_size": 48,
128
- "n_action_steps": 30,
129
  "normalization_mapping": {
130
  "VISUAL": "MEAN_STD",
131
  "STATE": "MEAN_STD",
@@ -151,14 +152,16 @@
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 3e-05
153
  },
154
- "output_dir": "outputs/train/cube_stacking_right_v2_act",
155
- "job_name": "cube_stacking_right_v2_act",
156
  "resume": false,
157
  "seed": 1000,
158
  "cudnn_deterministic": false,
159
  "num_workers": 4,
160
  "batch_size": 16,
161
- "steps": 10000,
 
 
162
  "eval_freq": 20000,
163
  "log_freq": 100,
164
  "tolerance_s": 0.0001,
@@ -188,7 +191,7 @@
188
  "project": "cube-stacking-act",
189
  "entity": null,
190
  "notes": null,
191
- "run_id": "zopkbl4x",
192
  "mode": null,
193
  "add_tags": true
194
  },
 
77
  "revision": null,
78
  "use_imagenet_stats": true,
79
  "video_backend": "torchcodec",
80
+ "return_uint8": false,
81
  "streaming": false
82
  },
83
  "env": null,
 
125
  "tags": null,
126
  "license": null,
127
  "pretrained_path": null,
128
+ "chunk_size": 50,
129
+ "n_action_steps": 50,
130
  "normalization_mapping": {
131
  "VISUAL": "MEAN_STD",
132
  "STATE": "MEAN_STD",
 
152
  "optimizer_weight_decay": 0.0001,
153
  "optimizer_lr_backbone": 3e-05
154
  },
155
+ "output_dir": "outputs/train/cube_stacking_right_v2_act_v2",
156
+ "job_name": "cube_stacking_right_v2_act_v2",
157
  "resume": false,
158
  "seed": 1000,
159
  "cudnn_deterministic": false,
160
  "num_workers": 4,
161
  "batch_size": 16,
162
+ "prefetch_factor": 4,
163
+ "persistent_workers": true,
164
+ "steps": 20000,
165
  "eval_freq": 20000,
166
  "log_freq": 100,
167
  "tolerance_s": 0.0001,
 
191
  "project": "cube-stacking-act",
192
  "entity": null,
193
  "notes": null,
194
+ "run_id": "ndl7j9dr",
195
  "mode": null,
196
  "add_tags": true
197
  },