Robotics
LeRobot
Safetensors
act
mhered commited on
Commit
a32e390
·
verified ·
1 Parent(s): b722660

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +1 -1
  3. train_config.json +7 -7
config.json CHANGED
@@ -34,13 +34,13 @@
34
  }
35
  },
36
  "device": "cuda",
37
- "use_amp": false,
38
  "push_to_hub": true,
39
  "repo_id": "mhered/my_act",
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
- "pretrained_path": null,
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {
 
34
  }
35
  },
36
  "device": "cuda",
37
+ "use_amp": true,
38
  "push_to_hub": true,
39
  "repo_id": "mhered/my_act",
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
+ "pretrained_path": "mhered/my_act",
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c6db08f4a6474889a679b87e113da35b244c46bbdf5365afd2930e5e61de589
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da0b9762f4b1fca9562261308bd1ec18d68dc8b855efaf1ae2b33607aa668b2
3
  size 206699736
train_config.json CHANGED
@@ -102,13 +102,13 @@
102
  }
103
  },
104
  "device": "cuda",
105
- "use_amp": false,
106
  "push_to_hub": true,
107
  "repo_id": "mhered/my_act",
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
- "pretrained_path": null,
112
  "chunk_size": 100,
113
  "n_action_steps": 100,
114
  "normalization_mapping": {
@@ -140,13 +140,13 @@
140
  "job_name": "act_so100_pato_test",
141
  "resume": false,
142
  "seed": 1000,
143
- "num_workers": 4,
144
  "batch_size": 8,
145
- "steps": 100000,
146
- "eval_freq": 20000,
147
  "log_freq": 200,
148
  "save_checkpoint": true,
149
- "save_freq": 20000,
150
  "use_policy_training_preset": true,
151
  "optimizer": {
152
  "type": "adamw",
@@ -171,7 +171,7 @@
171
  "project": "lerobot",
172
  "entity": null,
173
  "notes": null,
174
- "run_id": "6ijc76vf",
175
  "mode": null
176
  }
177
  }
 
102
  }
103
  },
104
  "device": "cuda",
105
+ "use_amp": true,
106
  "push_to_hub": true,
107
  "repo_id": "mhered/my_act",
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
+ "pretrained_path": "mhered/my_act",
112
  "chunk_size": 100,
113
  "n_action_steps": 100,
114
  "normalization_mapping": {
 
140
  "job_name": "act_so100_pato_test",
141
  "resume": false,
142
  "seed": 1000,
143
+ "num_workers": 2,
144
  "batch_size": 8,
145
+ "steps": 10000,
146
+ "eval_freq": 5000,
147
  "log_freq": 200,
148
  "save_checkpoint": true,
149
+ "save_freq": 5000,
150
  "use_policy_training_preset": true,
151
  "optimizer": {
152
  "type": "adamw",
 
171
  "project": "lerobot",
172
  "entity": null,
173
  "notes": null,
174
+ "run_id": "ystw5jpp",
175
  "mode": null
176
  }
177
  }