Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +2 -2
- model.safetensors +2 -2
- train_config.json +5 -5
README.md
CHANGED
|
@@ -6,8 +6,8 @@ model_name: wam
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- lerobot
|
| 9 |
-
- wam
|
| 10 |
- robotics
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for wam
|
|
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- lerobot
|
|
|
|
| 9 |
- robotics
|
| 10 |
+
- wam
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for wam
|
config.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
"pretrained_path": "outputs/train/wam_aloha_transfer/checkpoints/last/pretrained_model",
|
| 37 |
-
"time_between_frames":
|
| 38 |
"lag_offset": 3,
|
| 39 |
"image_size": [
|
| 40 |
256,
|
|
@@ -57,7 +57,6 @@
|
|
| 57 |
"freeze_backbone": false,
|
| 58 |
"latent_dim": 32,
|
| 59 |
"n_vae_encoder_layers": 4,
|
| 60 |
-
"kl_weight": 1.0,
|
| 61 |
"action_head_num_layers": 4,
|
| 62 |
"action_head_num_heads": 8,
|
| 63 |
"action_head_dropout": 0.1,
|
|
@@ -68,6 +67,7 @@
|
|
| 68 |
"predictor_max_tokens": 1024,
|
| 69 |
"optimizer_lr": 5e-05,
|
| 70 |
"optimizer_weight_decay": 0.01,
|
|
|
|
| 71 |
"scheduler_decay_lr": 1e-05,
|
| 72 |
"scheduler_warmup_steps": 500,
|
| 73 |
"scheduler_decay_steps": 5000
|
|
|
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
"pretrained_path": "outputs/train/wam_aloha_transfer/checkpoints/last/pretrained_model",
|
| 37 |
+
"time_between_frames": 30,
|
| 38 |
"lag_offset": 3,
|
| 39 |
"image_size": [
|
| 40 |
256,
|
|
|
|
| 57 |
"freeze_backbone": false,
|
| 58 |
"latent_dim": 32,
|
| 59 |
"n_vae_encoder_layers": 4,
|
|
|
|
| 60 |
"action_head_num_layers": 4,
|
| 61 |
"action_head_num_heads": 8,
|
| 62 |
"action_head_dropout": 0.1,
|
|
|
|
| 67 |
"predictor_max_tokens": 1024,
|
| 68 |
"optimizer_lr": 5e-05,
|
| 69 |
"optimizer_weight_decay": 0.01,
|
| 70 |
+
"optimizer_grad_clip_norm": 1.0,
|
| 71 |
"scheduler_decay_lr": 1e-05,
|
| 72 |
"scheduler_warmup_steps": 500,
|
| 73 |
"scheduler_decay_steps": 5000
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b57b85e4c428bbe41fcee74b77a3971d811dafe6f6cb687f8cc2fb16652ef66
|
| 3 |
+
size 292788316
|
train_config.json
CHANGED
|
@@ -155,7 +155,7 @@
|
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
"pretrained_path": "outputs/train/wam_aloha_transfer/checkpoints/last/pretrained_model",
|
| 158 |
-
"time_between_frames":
|
| 159 |
"lag_offset": 3,
|
| 160 |
"image_size": [
|
| 161 |
256,
|
|
@@ -178,7 +178,6 @@
|
|
| 178 |
"freeze_backbone": false,
|
| 179 |
"latent_dim": 32,
|
| 180 |
"n_vae_encoder_layers": 4,
|
| 181 |
-
"kl_weight": 1.0,
|
| 182 |
"action_head_num_layers": 4,
|
| 183 |
"action_head_num_heads": 8,
|
| 184 |
"action_head_dropout": 0.1,
|
|
@@ -189,6 +188,7 @@
|
|
| 189 |
"predictor_max_tokens": 1024,
|
| 190 |
"optimizer_lr": 5e-05,
|
| 191 |
"optimizer_weight_decay": 0.01,
|
|
|
|
| 192 |
"scheduler_decay_lr": 1e-05,
|
| 193 |
"scheduler_warmup_steps": 500,
|
| 194 |
"scheduler_decay_steps": 5000
|
|
@@ -200,7 +200,7 @@
|
|
| 200 |
"cudnn_deterministic": false,
|
| 201 |
"num_workers": 4,
|
| 202 |
"batch_size": 8,
|
| 203 |
-
"steps":
|
| 204 |
"eval_freq": 2000,
|
| 205 |
"log_freq": 200,
|
| 206 |
"tolerance_s": 0.0001,
|
|
@@ -211,7 +211,7 @@
|
|
| 211 |
"type": "adamw",
|
| 212 |
"lr": 5e-05,
|
| 213 |
"weight_decay": 0.01,
|
| 214 |
-
"grad_clip_norm":
|
| 215 |
"betas": [
|
| 216 |
0.9,
|
| 217 |
0.999
|
|
@@ -236,7 +236,7 @@
|
|
| 236 |
"project": "lerobot",
|
| 237 |
"entity": null,
|
| 238 |
"notes": null,
|
| 239 |
-
"run_id": "
|
| 240 |
"mode": null,
|
| 241 |
"add_tags": true
|
| 242 |
},
|
|
|
|
| 155 |
"tags": null,
|
| 156 |
"license": null,
|
| 157 |
"pretrained_path": "outputs/train/wam_aloha_transfer/checkpoints/last/pretrained_model",
|
| 158 |
+
"time_between_frames": 30,
|
| 159 |
"lag_offset": 3,
|
| 160 |
"image_size": [
|
| 161 |
256,
|
|
|
|
| 178 |
"freeze_backbone": false,
|
| 179 |
"latent_dim": 32,
|
| 180 |
"n_vae_encoder_layers": 4,
|
|
|
|
| 181 |
"action_head_num_layers": 4,
|
| 182 |
"action_head_num_heads": 8,
|
| 183 |
"action_head_dropout": 0.1,
|
|
|
|
| 188 |
"predictor_max_tokens": 1024,
|
| 189 |
"optimizer_lr": 5e-05,
|
| 190 |
"optimizer_weight_decay": 0.01,
|
| 191 |
+
"optimizer_grad_clip_norm": 1.0,
|
| 192 |
"scheduler_decay_lr": 1e-05,
|
| 193 |
"scheduler_warmup_steps": 500,
|
| 194 |
"scheduler_decay_steps": 5000
|
|
|
|
| 200 |
"cudnn_deterministic": false,
|
| 201 |
"num_workers": 4,
|
| 202 |
"batch_size": 8,
|
| 203 |
+
"steps": 8000,
|
| 204 |
"eval_freq": 2000,
|
| 205 |
"log_freq": 200,
|
| 206 |
"tolerance_s": 0.0001,
|
|
|
|
| 211 |
"type": "adamw",
|
| 212 |
"lr": 5e-05,
|
| 213 |
"weight_decay": 0.01,
|
| 214 |
+
"grad_clip_norm": 1.0,
|
| 215 |
"betas": [
|
| 216 |
0.9,
|
| 217 |
0.999
|
|
|
|
| 236 |
"project": "lerobot",
|
| 237 |
"entity": null,
|
| 238 |
"notes": null,
|
| 239 |
+
"run_id": "9xrdavcl",
|
| 240 |
"mode": null,
|
| 241 |
"add_tags": true
|
| 242 |
},
|