Robotics
LeRobot
Safetensors
act
renbin1 commited on
Commit
32fb0fb
·
verified ·
1 Parent(s): bdcc86f

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +8 -8
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
- - act
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
@@ -26,14 +26,14 @@
26
  }
27
  },
28
  "device": "cuda",
29
- "use_amp": false,
30
  "use_peft": false,
31
  "push_to_hub": true,
32
  "repo_id": "renbin1/hf_act_recordpolicy0",
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": {
 
26
  }
27
  },
28
  "device": "cuda",
29
+ "use_amp": true,
30
  "use_peft": false,
31
  "push_to_hub": true,
32
  "repo_id": "renbin1/hf_act_recordpolicy0",
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs/train/hf_act_record0/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:61af5021391bae53ced6ec9ddc107d458eed093806232c61f4502b351f439d60
3
  size 206666936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31931d9d1b9f1a8e2d66fd4557680002abf36078aac937c1d47ee4579a68910d
3
  size 206666936
train_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
- "enable": false,
8
  "max_num_transforms": 3,
9
  "random_order": false,
10
  "tfs": {
@@ -108,14 +108,14 @@
108
  }
109
  },
110
  "device": "cuda",
111
- "use_amp": false,
112
  "use_peft": false,
113
  "push_to_hub": true,
114
  "repo_id": "renbin1/hf_act_recordpolicy0",
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,14 +143,14 @@
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "outputs/train/hf_act_record0",
147
- "job_name": "hf_act_training_job",
148
  "resume": false,
149
  "seed": 1000,
150
  "cudnn_deterministic": false,
151
  "num_workers": 4,
152
  "batch_size": 8,
153
- "steps": 100000,
154
  "eval_freq": 20000,
155
  "log_freq": 200,
156
  "tolerance_s": 0.0001,
@@ -175,12 +175,12 @@
175
  "use_async_envs": false
176
  },
177
  "wandb": {
178
- "enable": true,
179
  "disable_artifact": false,
180
  "project": "lerobot",
181
  "entity": null,
182
  "notes": null,
183
- "run_id": "b0qpteji",
184
  "mode": null,
185
  "add_tags": true
186
  },
 
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
+ "enable": true,
8
  "max_num_transforms": 3,
9
  "random_order": false,
10
  "tfs": {
 
108
  }
109
  },
110
  "device": "cuda",
111
+ "use_amp": true,
112
  "use_peft": false,
113
  "push_to_hub": true,
114
  "repo_id": "renbin1/hf_act_recordpolicy0",
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
+ "pretrained_path": "outputs/train/hf_act_record0/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/2026-04-02/08-23-11_act",
147
+ "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
150
  "cudnn_deterministic": false,
151
  "num_workers": 4,
152
  "batch_size": 8,
153
+ "steps": 500000,
154
  "eval_freq": 20000,
155
  "log_freq": 200,
156
  "tolerance_s": 0.0001,
 
175
  "use_async_envs": false
176
  },
177
  "wandb": {
178
+ "enable": false,
179
  "disable_artifact": false,
180
  "project": "lerobot",
181
  "entity": null,
182
  "notes": null,
183
+ "run_id": null,
184
  "mode": null,
185
  "add_tags": true
186
  },