Robotics
LeRobot
Safetensors
act
4yato commited on
Commit
46e9b23
·
verified ·
1 Parent(s): c34915f

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
  - lerobot
10
- - robotics
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
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": null,
37
  "chunk_size": 100,
38
  "n_action_steps": 100,
39
  "normalization_mapping": {
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs\\train\\act_so101_7.2\\checkpoints\\last\\pretrained_model",
37
  "chunk_size": 100,
38
  "n_action_steps": 100,
39
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13c1eeadeb83eb5be19cb5d9565f11861415c65b9df88b6d1039ed5b9a31ceed
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c6f084afe5378ec30c4821700eca53ae28b454dbc42377b4584730064f8369a
3
  size 206699736
train_config.json CHANGED
@@ -115,7 +115,7 @@
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
- "pretrained_path": null,
119
  "chunk_size": 100,
120
  "n_action_steps": 100,
121
  "normalization_mapping": {
@@ -143,13 +143,13 @@
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "outputs\\train\\act_so101_7.2",
147
- "job_name": "act_so101_7.2",
148
  "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
- "steps": 11000,
153
  "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
@@ -179,7 +179,7 @@
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
- "run_id": "wuwot6xj",
183
  "mode": null
184
  },
185
  "peft": null,
 
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
+ "pretrained_path": "outputs\\train\\act_so101_7.2\\checkpoints\\last\\pretrained_model",
119
  "chunk_size": 100,
120
  "n_action_steps": 100,
121
  "normalization_mapping": {
 
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
+ "output_dir": "outputs\\train\\act_so101_7.2_continue",
147
+ "job_name": "act_so101_7.2_continue",
148
  "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
+ "steps": 200,
153
  "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
 
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
+ "run_id": "fefav1gq",
183
  "mode": null
184
  },
185
  "peft": null,