Instructions to use auarnold/cube_stacking_right_v1_act with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use auarnold/cube_stacking_right_v1_act with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- config.json +2 -2
- model.safetensors +2 -2
- train_config.json +8 -8
config.json
CHANGED
|
@@ -42,8 +42,8 @@
|
|
| 42 |
"tags": null,
|
| 43 |
"license": null,
|
| 44 |
"pretrained_path": null,
|
| 45 |
-
"chunk_size":
|
| 46 |
-
"n_action_steps":
|
| 47 |
"normalization_mapping": {
|
| 48 |
"VISUAL": "MEAN_STD",
|
| 49 |
"STATE": "MEAN_STD",
|
|
|
|
| 42 |
"tags": null,
|
| 43 |
"license": null,
|
| 44 |
"pretrained_path": null,
|
| 45 |
+
"chunk_size": 50,
|
| 46 |
+
"n_action_steps": 50,
|
| 47 |
"normalization_mapping": {
|
| 48 |
"VISUAL": "MEAN_STD",
|
| 49 |
"STATE": "MEAN_STD",
|
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:67fab521d9a02681829a77213c41d2578ef9e715f68bdbda596f4344b3dbfe08
|
| 3 |
+
size 206503124
|
train_config.json
CHANGED
|
@@ -124,8 +124,8 @@
|
|
| 124 |
"tags": null,
|
| 125 |
"license": null,
|
| 126 |
"pretrained_path": null,
|
| 127 |
-
"chunk_size":
|
| 128 |
-
"n_action_steps":
|
| 129 |
"normalization_mapping": {
|
| 130 |
"VISUAL": "MEAN_STD",
|
| 131 |
"STATE": "MEAN_STD",
|
|
@@ -151,14 +151,14 @@
|
|
| 151 |
"optimizer_weight_decay": 0.0001,
|
| 152 |
"optimizer_lr_backbone": 3e-05
|
| 153 |
},
|
| 154 |
-
"output_dir": "outputs/train/
|
| 155 |
-
"job_name": "
|
| 156 |
"resume": false,
|
| 157 |
"seed": 1000,
|
| 158 |
"cudnn_deterministic": false,
|
| 159 |
"num_workers": 4,
|
| 160 |
"batch_size": 16,
|
| 161 |
-
"steps":
|
| 162 |
"eval_freq": 20000,
|
| 163 |
"log_freq": 100,
|
| 164 |
"tolerance_s": 0.0001,
|
|
@@ -183,12 +183,12 @@
|
|
| 183 |
"use_async_envs": true
|
| 184 |
},
|
| 185 |
"wandb": {
|
| 186 |
-
"enable":
|
| 187 |
"disable_artifact": false,
|
| 188 |
-
"project": "
|
| 189 |
"entity": null,
|
| 190 |
"notes": null,
|
| 191 |
-
"run_id":
|
| 192 |
"mode": null,
|
| 193 |
"add_tags": true
|
| 194 |
},
|
|
|
|
| 124 |
"tags": null,
|
| 125 |
"license": null,
|
| 126 |
"pretrained_path": null,
|
| 127 |
+
"chunk_size": 50,
|
| 128 |
+
"n_action_steps": 50,
|
| 129 |
"normalization_mapping": {
|
| 130 |
"VISUAL": "MEAN_STD",
|
| 131 |
"STATE": "MEAN_STD",
|
|
|
|
| 151 |
"optimizer_weight_decay": 0.0001,
|
| 152 |
"optimizer_lr_backbone": 3e-05
|
| 153 |
},
|
| 154 |
+
"output_dir": "outputs/train/cube_stacking_right_v1_act_v2",
|
| 155 |
+
"job_name": "cube_stacking_right_v1_act_v2",
|
| 156 |
"resume": false,
|
| 157 |
"seed": 1000,
|
| 158 |
"cudnn_deterministic": false,
|
| 159 |
"num_workers": 4,
|
| 160 |
"batch_size": 16,
|
| 161 |
+
"steps": 20000,
|
| 162 |
"eval_freq": 20000,
|
| 163 |
"log_freq": 100,
|
| 164 |
"tolerance_s": 0.0001,
|
|
|
|
| 183 |
"use_async_envs": true
|
| 184 |
},
|
| 185 |
"wandb": {
|
| 186 |
+
"enable": true,
|
| 187 |
"disable_artifact": false,
|
| 188 |
+
"project": "cube-stacking-act",
|
| 189 |
"entity": null,
|
| 190 |
"notes": null,
|
| 191 |
+
"run_id": "bpur799e",
|
| 192 |
"mode": null,
|
| 193 |
"add_tags": true
|
| 194 |
},
|