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

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 +6 -7
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
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "/home/aurel/dreammachines/ledream/outputs/train/cube_pnp/d0_act_r1/checkpoints/078000/pretrained_model",
53
  "chunk_size": 50,
54
  "n_action_steps": 50,
55
  "normalization_mapping": {
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "outputs/train/cube_pnp/d0_act_r1/checkpoints/last/pretrained_model",
53
  "chunk_size": 50,
54
  "n_action_steps": 50,
55
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1783a2728189bd08c5cdc91c9a7d66b6849f6eec71a052e60c5c6b900697dc16
3
  size 206560504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179bc00728b9c1a38cabb33217198889cfd74a1488e7ed6eab0893cad35f0611
3
  size 206560504
train_config.json CHANGED
@@ -132,7 +132,7 @@
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
- "pretrained_path": "/home/aurel/dreammachines/ledream/outputs/train/cube_pnp/d0_act_r1/checkpoints/078000/pretrained_model",
136
  "chunk_size": 50,
137
  "n_action_steps": 50,
138
  "normalization_mapping": {
@@ -163,8 +163,8 @@
163
  "image_resize_to": null
164
  },
165
  "reward_model": null,
166
- "output_dir": "/home/aurel/dreammachines/ledream/outputs/train/cube_pnp/d0_act_r1_resumefix",
167
- "job_name": "cube_pnp/d0_act_r1_resumefix",
168
  "resume": true,
169
  "seed": 1000,
170
  "cudnn_deterministic": false,
@@ -173,7 +173,7 @@
173
  "gradient_accumulation_steps": 1,
174
  "prefetch_factor": 4,
175
  "persistent_workers": true,
176
- "steps": 80000,
177
  "eval_freq": 20000,
178
  "val_freq": 0,
179
  "val_fraction": 0.0,
@@ -204,9 +204,8 @@
204
  "use_async_envs": true
205
  },
206
  "wandb": {
207
- "enable": false,
208
  "disable_artifact": true,
209
- "upload_training_state": true,
210
  "project": "cube-pnp",
211
  "entity": null,
212
  "notes": null,
@@ -217,5 +216,5 @@
217
  "peft": null,
218
  "sample_weighting": null,
219
  "rename_map": {},
220
- "checkpoint_path": "/home/aurel/dreammachines/ledream/outputs/train/cube_pnp/d0_act_r1/checkpoints/078000"
221
  }
 
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
+ "pretrained_path": "outputs/train/cube_pnp/d0_act_r1/checkpoints/last/pretrained_model",
136
  "chunk_size": 50,
137
  "n_action_steps": 50,
138
  "normalization_mapping": {
 
163
  "image_resize_to": null
164
  },
165
  "reward_model": null,
166
+ "output_dir": "outputs/train/cube_pnp/d0_act_r1",
167
+ "job_name": "cube_pnp/d0_act_r1",
168
  "resume": true,
169
  "seed": 1000,
170
  "cudnn_deterministic": false,
 
173
  "gradient_accumulation_steps": 1,
174
  "prefetch_factor": 4,
175
  "persistent_workers": true,
176
+ "steps": 320000,
177
  "eval_freq": 20000,
178
  "val_freq": 0,
179
  "val_fraction": 0.0,
 
204
  "use_async_envs": true
205
  },
206
  "wandb": {
207
+ "enable": true,
208
  "disable_artifact": true,
 
209
  "project": "cube-pnp",
210
  "entity": null,
211
  "notes": null,
 
216
  "peft": null,
217
  "sample_weighting": null,
218
  "rename_map": {},
219
+ "checkpoint_path": "outputs/train/cube_pnp/d0_act_r1/checkpoints/last"
220
  }