Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +3 -11
- model.safetensors +1 -1
- train_config.json +17 -24
README.md
CHANGED
|
@@ -6,8 +6,8 @@ model_name: act
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- act
|
| 9 |
-
- robotics
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- act
|
|
|
|
| 9 |
- lerobot
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
config.json
CHANGED
|
@@ -22,14 +22,6 @@
|
|
| 22 |
224
|
| 23 |
]
|
| 24 |
},
|
| 25 |
-
"observation.image.camera1": {
|
| 26 |
-
"type": "VISUAL",
|
| 27 |
-
"shape": [
|
| 28 |
-
3,
|
| 29 |
-
224,
|
| 30 |
-
224
|
| 31 |
-
]
|
| 32 |
-
},
|
| 33 |
"observation.image.camera_ef": {
|
| 34 |
"type": "VISUAL",
|
| 35 |
"shape": [
|
|
@@ -47,7 +39,7 @@
|
|
| 47 |
]
|
| 48 |
}
|
| 49 |
},
|
| 50 |
-
"device": "
|
| 51 |
"use_amp": false,
|
| 52 |
"push_to_hub": true,
|
| 53 |
"repo_id": "rishabhrj11/gym-xarm-pick",
|
|
@@ -77,8 +69,8 @@
|
|
| 77 |
"n_vae_encoder_layers": 4,
|
| 78 |
"temporal_ensemble_coeff": null,
|
| 79 |
"dropout": 0.1,
|
| 80 |
-
"kl_weight":
|
| 81 |
-
"optimizer_lr":
|
| 82 |
"optimizer_weight_decay": 0.0001,
|
| 83 |
"optimizer_lr_backbone": 1e-05
|
| 84 |
}
|
|
|
|
| 22 |
224
|
| 23 |
]
|
| 24 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
"observation.image.camera_ef": {
|
| 26 |
"type": "VISUAL",
|
| 27 |
"shape": [
|
|
|
|
| 39 |
]
|
| 40 |
}
|
| 41 |
},
|
| 42 |
+
"device": "mps",
|
| 43 |
"use_amp": false,
|
| 44 |
"push_to_hub": true,
|
| 45 |
"repo_id": "rishabhrj11/gym-xarm-pick",
|
|
|
|
| 69 |
"n_vae_encoder_layers": 4,
|
| 70 |
"temporal_ensemble_coeff": null,
|
| 71 |
"dropout": 0.1,
|
| 72 |
+
"kl_weight": 30.0,
|
| 73 |
+
"optimizer_lr": 5e-05,
|
| 74 |
"optimizer_weight_decay": 0.0001,
|
| 75 |
"optimizer_lr_backbone": 1e-05
|
| 76 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206695616
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:143442c7391abeae5daf1a0eef3c00d0c4c80784bc65fdade7d2e8ef5eadbdaf
|
| 3 |
size 206695616
|
train_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
"repo_id": "rishabhrj11/gym-xarm-grab-5",
|
| 4 |
-
"root":
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
| 7 |
"enable": false,
|
|
@@ -104,14 +104,6 @@
|
|
| 104 |
224
|
| 105 |
]
|
| 106 |
},
|
| 107 |
-
"observation.image.camera1": {
|
| 108 |
-
"type": "VISUAL",
|
| 109 |
-
"shape": [
|
| 110 |
-
3,
|
| 111 |
-
224,
|
| 112 |
-
224
|
| 113 |
-
]
|
| 114 |
-
},
|
| 115 |
"observation.image.camera_ef": {
|
| 116 |
"type": "VISUAL",
|
| 117 |
"shape": [
|
|
@@ -129,7 +121,7 @@
|
|
| 129 |
]
|
| 130 |
}
|
| 131 |
},
|
| 132 |
-
"device": "
|
| 133 |
"use_amp": false,
|
| 134 |
"push_to_hub": true,
|
| 135 |
"repo_id": "rishabhrj11/gym-xarm-pick",
|
|
@@ -159,26 +151,26 @@
|
|
| 159 |
"n_vae_encoder_layers": 4,
|
| 160 |
"temporal_ensemble_coeff": null,
|
| 161 |
"dropout": 0.1,
|
| 162 |
-
"kl_weight":
|
| 163 |
-
"optimizer_lr":
|
| 164 |
"optimizer_weight_decay": 0.0001,
|
| 165 |
"optimizer_lr_backbone": 1e-05
|
| 166 |
},
|
| 167 |
-
"output_dir": "../outputs/
|
| 168 |
"job_name": "act",
|
| 169 |
"resume": false,
|
| 170 |
"seed": 1000,
|
| 171 |
-
"num_workers":
|
| 172 |
-
"batch_size":
|
| 173 |
-
"steps":
|
| 174 |
-
"eval_freq":
|
| 175 |
-
"log_freq":
|
| 176 |
"save_checkpoint": true,
|
| 177 |
-
"save_freq":
|
| 178 |
"use_policy_training_preset": true,
|
| 179 |
"optimizer": {
|
| 180 |
"type": "adamw",
|
| 181 |
-
"lr":
|
| 182 |
"weight_decay": 0.0001,
|
| 183 |
"grad_clip_norm": 10.0,
|
| 184 |
"betas": [
|
|
@@ -194,16 +186,17 @@
|
|
| 194 |
"use_async_envs": false
|
| 195 |
},
|
| 196 |
"wandb": {
|
| 197 |
-
"enable":
|
| 198 |
"disable_artifact": false,
|
| 199 |
-
"project": "lerobot
|
| 200 |
"entity": null,
|
| 201 |
"notes": null,
|
| 202 |
-
"run_id":
|
| 203 |
"mode": null
|
| 204 |
},
|
| 205 |
"checkpoint_path": null,
|
| 206 |
"rename_map": {
|
| 207 |
-
"observation.images.camera0": "None"
|
|
|
|
| 208 |
}
|
| 209 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
"repo_id": "rishabhrj11/gym-xarm-grab-5",
|
| 4 |
+
"root": "/Users/rishabh/development/robotics/gym-xarm-grab-5",
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
| 7 |
"enable": false,
|
|
|
|
| 104 |
224
|
| 105 |
]
|
| 106 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
"observation.image.camera_ef": {
|
| 108 |
"type": "VISUAL",
|
| 109 |
"shape": [
|
|
|
|
| 121 |
]
|
| 122 |
}
|
| 123 |
},
|
| 124 |
+
"device": "mps",
|
| 125 |
"use_amp": false,
|
| 126 |
"push_to_hub": true,
|
| 127 |
"repo_id": "rishabhrj11/gym-xarm-pick",
|
|
|
|
| 151 |
"n_vae_encoder_layers": 4,
|
| 152 |
"temporal_ensemble_coeff": null,
|
| 153 |
"dropout": 0.1,
|
| 154 |
+
"kl_weight": 30.0,
|
| 155 |
+
"optimizer_lr": 5e-05,
|
| 156 |
"optimizer_weight_decay": 0.0001,
|
| 157 |
"optimizer_lr_backbone": 1e-05
|
| 158 |
},
|
| 159 |
+
"output_dir": "../outputs/train10",
|
| 160 |
"job_name": "act",
|
| 161 |
"resume": false,
|
| 162 |
"seed": 1000,
|
| 163 |
+
"num_workers": 4,
|
| 164 |
+
"batch_size": 64,
|
| 165 |
+
"steps": 3000,
|
| 166 |
+
"eval_freq": 10000,
|
| 167 |
+
"log_freq": 10,
|
| 168 |
"save_checkpoint": true,
|
| 169 |
+
"save_freq": 500,
|
| 170 |
"use_policy_training_preset": true,
|
| 171 |
"optimizer": {
|
| 172 |
"type": "adamw",
|
| 173 |
+
"lr": 5e-05,
|
| 174 |
"weight_decay": 0.0001,
|
| 175 |
"grad_clip_norm": 10.0,
|
| 176 |
"betas": [
|
|
|
|
| 186 |
"use_async_envs": false
|
| 187 |
},
|
| 188 |
"wandb": {
|
| 189 |
+
"enable": false,
|
| 190 |
"disable_artifact": false,
|
| 191 |
+
"project": "lerobot",
|
| 192 |
"entity": null,
|
| 193 |
"notes": null,
|
| 194 |
+
"run_id": null,
|
| 195 |
"mode": null
|
| 196 |
},
|
| 197 |
"checkpoint_path": null,
|
| 198 |
"rename_map": {
|
| 199 |
+
"observation.images.camera0": "None",
|
| 200 |
+
"observation.images.camera1": "None"
|
| 201 |
}
|
| 202 |
}
|