Robotics
LeRobot
Safetensors
act
ExponentialJet commited on
Commit
c3e2be6
·
verified ·
1 Parent(s): ca7223c

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - act
 
10
  - lerobot
11
  ---
12
 
@@ -78,7 +78,7 @@ The policy consumes these observation features and produces these action feature
78
 
79
  | Setting | Value |
80
  | --- | --- |
81
- | Training steps | 40000 |
82
  | Batch size | 16 |
83
  | Optimizer | adamw |
84
  | Learning rate | 1e-05 |
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
+ - robotics
10
  - lerobot
11
  ---
12
 
 
78
 
79
  | Setting | Value |
80
  | --- | --- |
81
+ | Training steps | 60000 |
82
  | Batch size | 16 |
83
  | Optimizer | adamw |
84
  | Learning rate | 1e-05 |
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": "/content/outputs/train/pick_red_v2_2_record/checkpoints/last/pretrained_model",
45
  "pretrained_revision": null,
46
  "chunk_size": 100,
47
  "n_action_steps": 100,
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": "outputs/train/2026-07-23/02-38-42_resume/checkpoints/040000/pretrained_model",
45
  "pretrained_revision": null,
46
  "chunk_size": 100,
47
  "n_action_steps": 100,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4727630b0505f2f9c32cf6e7e7b2d8e713b66bac6497ef2fa459c60b60e6d14
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14fb64a7bda17c9e4f323c652420f4c5fd82dbe637ad1bf1c1b29500b6413f8
3
  size 206699736
train_config.json CHANGED
@@ -126,7 +126,7 @@
126
  "private": null,
127
  "tags": null,
128
  "license": null,
129
- "pretrained_path": "/content/outputs/train/pick_red_v2_2_record/checkpoints/last/pretrained_model",
130
  "pretrained_revision": null,
131
  "chunk_size": 100,
132
  "n_action_steps": 100,
@@ -156,7 +156,7 @@
156
  "optimizer_lr_backbone": 1e-05
157
  },
158
  "reward_model": null,
159
- "output_dir": "outputs/train/pick_red_v2_2_record",
160
  "job_name": "pick_red_v2_2_training_job",
161
  "resume": true,
162
  "seed": 1000,
@@ -165,14 +165,14 @@
165
  "batch_size": 16,
166
  "prefetch_factor": 4,
167
  "persistent_workers": true,
168
- "steps": 40000,
169
  "env_eval_freq": 20000,
170
  "log_freq": 200,
171
  "eval_steps": 0,
172
  "max_eval_samples": 0,
173
  "tolerance_s": 0.0001,
174
  "save_checkpoint": true,
175
- "save_freq": 20000,
176
  "use_policy_training_preset": true,
177
  "optimizer": {
178
  "type": "adamw",
@@ -215,5 +215,5 @@
215
  "save_checkpoint_to_hub": true,
216
  "sample_weighting": null,
217
  "rename_map": {},
218
- "checkpoint_path": "/content/outputs/train/pick_red_v2_2_record/checkpoints/last"
219
  }
 
126
  "private": null,
127
  "tags": null,
128
  "license": null,
129
+ "pretrained_path": "outputs/train/2026-07-23/02-38-42_resume/checkpoints/040000/pretrained_model",
130
  "pretrained_revision": null,
131
  "chunk_size": 100,
132
  "n_action_steps": 100,
 
156
  "optimizer_lr_backbone": 1e-05
157
  },
158
  "reward_model": null,
159
+ "output_dir": "outputs/train/2026-07-23/02-38-42_resume",
160
  "job_name": "pick_red_v2_2_training_job",
161
  "resume": true,
162
  "seed": 1000,
 
165
  "batch_size": 16,
166
  "prefetch_factor": 4,
167
  "persistent_workers": true,
168
+ "steps": 60000,
169
  "env_eval_freq": 20000,
170
  "log_freq": 200,
171
  "eval_steps": 0,
172
  "max_eval_samples": 0,
173
  "tolerance_s": 0.0001,
174
  "save_checkpoint": true,
175
+ "save_freq": 5000,
176
  "use_policy_training_preset": true,
177
  "optimizer": {
178
  "type": "adamw",
 
215
  "save_checkpoint_to_hub": true,
216
  "sample_weighting": null,
217
  "rename_map": {},
218
+ "checkpoint_path": "outputs/train/2026-07-23/02-38-42_resume/checkpoints/040000"
219
  }