Robotics
LeRobot
Safetensors
act
xtar commited on
Commit
2d5e3f7
·
verified ·
1 Parent(s): d9a6ab2

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +3 -3
  2. model.safetensors +1 -1
  3. train_config.json +10 -10
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": "xtar/act_baseline",
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": {
@@ -43,7 +43,7 @@
43
  },
44
  "vision_backbone": "resnet18",
45
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
- "replace_final_stride_with_dilation": false,
47
  "pre_norm": false,
48
  "dim_model": 512,
49
  "n_heads": 8,
 
26
  }
27
  },
28
  "device": "cuda",
29
+ "use_amp": true,
30
  "use_peft": false,
31
  "push_to_hub": true,
32
  "repo_id": "xtar/act_baseline",
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "/content/lerobot_runs/act_baseline_resume/checkpoints/last/pretrained_model",
37
  "chunk_size": 100,
38
  "n_action_steps": 100,
39
  "normalization_mapping": {
 
43
  },
44
  "vision_backbone": "resnet18",
45
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": 0,
47
  "pre_norm": false,
48
  "dim_model": 512,
49
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9ae3b2dd2391aa0e4e2eccb12de9476a5b593ba6cd9efa59d79822f2ab8c020
3
  size 206765304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c56c57773c6a964ad09f6f0b85812b4f9c6a7d71677ef43302644eeda0b99299
3
  size 206765304
train_config.json CHANGED
@@ -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": "xtar/act_baseline",
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": {
@@ -125,7 +125,7 @@
125
  },
126
  "vision_backbone": "resnet18",
127
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
- "replace_final_stride_with_dilation": false,
129
  "pre_norm": false,
130
  "dim_model": 512,
131
  "n_heads": 8,
@@ -143,19 +143,19 @@
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "outputs/train/2026-03-27/18-11-27_act",
147
  "job_name": "act",
148
- "resume": false,
149
  "seed": 1000,
150
  "cudnn_deterministic": false,
151
  "num_workers": 24,
152
  "batch_size": 256,
153
- "steps": 2000,
154
  "eval_freq": 20000,
155
  "log_freq": 200,
156
  "tolerance_s": 0.0001,
157
  "save_checkpoint": true,
158
- "save_freq": 20000,
159
  "use_policy_training_preset": true,
160
  "optimizer": {
161
  "type": "adamw",
@@ -170,8 +170,8 @@
170
  },
171
  "scheduler": null,
172
  "eval": {
173
- "n_episodes": 32,
174
- "batch_size": 32,
175
  "use_async_envs": true
176
  },
177
  "wandb": {
@@ -191,5 +191,5 @@
191
  "rabc_epsilon": 1e-06,
192
  "rabc_head_mode": "sparse",
193
  "rename_map": {},
194
- "checkpoint_path": null
195
  }
 
108
  }
109
  },
110
  "device": "cuda",
111
+ "use_amp": true,
112
  "use_peft": false,
113
  "push_to_hub": true,
114
  "repo_id": "xtar/act_baseline",
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
+ "pretrained_path": "/content/lerobot_runs/act_baseline_resume/checkpoints/last/pretrained_model",
119
  "chunk_size": 100,
120
  "n_action_steps": 100,
121
  "normalization_mapping": {
 
125
  },
126
  "vision_backbone": "resnet18",
127
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
+ "replace_final_stride_with_dilation": 0,
129
  "pre_norm": false,
130
  "dim_model": 512,
131
  "n_heads": 8,
 
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
+ "output_dir": "/content/drive/MyDrive/lerobot_outputs/act_baseline",
147
  "job_name": "act",
148
+ "resume": true,
149
  "seed": 1000,
150
  "cudnn_deterministic": false,
151
  "num_workers": 24,
152
  "batch_size": 256,
153
+ "steps": 10000,
154
  "eval_freq": 20000,
155
  "log_freq": 200,
156
  "tolerance_s": 0.0001,
157
  "save_checkpoint": true,
158
+ "save_freq": 1000,
159
  "use_policy_training_preset": true,
160
  "optimizer": {
161
  "type": "adamw",
 
170
  },
171
  "scheduler": null,
172
  "eval": {
173
+ "n_episodes": 128,
174
+ "batch_size": 128,
175
  "use_async_envs": true
176
  },
177
  "wandb": {
 
191
  "rabc_epsilon": 1e-06,
192
  "rabc_head_mode": "sparse",
193
  "rename_map": {},
194
+ "checkpoint_path": "/content/lerobot_runs/act_baseline_resume/checkpoints/last"
195
  }