Instructions to use binhpham/sim_so101_cubes_act with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use binhpham/sim_so101_cubes_act with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +3 -3
- config.json +2 -2
- model.safetensors +2 -2
- train_config.json +9 -7
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
datasets:
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- robotics
|
| 9 |
-
- lerobot
|
| 10 |
- act
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: binhpham/sim_so101_cubes
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- act
|
| 9 |
+
- lerobot
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
]
|
| 34 |
}
|
| 35 |
},
|
| 36 |
-
"device": "
|
| 37 |
"use_amp": false,
|
| 38 |
"use_peft": false,
|
| 39 |
"push_to_hub": true,
|
|
@@ -59,7 +59,7 @@
|
|
| 59 |
"feedforward_activation": "relu",
|
| 60 |
"n_encoder_layers": 4,
|
| 61 |
"n_decoder_layers": 1,
|
| 62 |
-
"use_vae":
|
| 63 |
"latent_dim": 32,
|
| 64 |
"n_vae_encoder_layers": 4,
|
| 65 |
"temporal_ensemble_coeff": null,
|
|
|
|
| 33 |
]
|
| 34 |
}
|
| 35 |
},
|
| 36 |
+
"device": "cuda",
|
| 37 |
"use_amp": false,
|
| 38 |
"use_peft": false,
|
| 39 |
"push_to_hub": true,
|
|
|
|
| 59 |
"feedforward_activation": "relu",
|
| 60 |
"n_encoder_layers": 4,
|
| 61 |
"n_decoder_layers": 1,
|
| 62 |
+
"use_vae": false,
|
| 63 |
"latent_dim": 32,
|
| 64 |
"n_vae_encoder_layers": 4,
|
| 65 |
"temporal_ensemble_coeff": null,
|
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:1bacf8069cb2ad19399eff2ac4d3bf62f7eb29d9df81ea1c873ad465b67e0362
|
| 3 |
+
size 136991456
|
train_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "
|
| 4 |
-
"root":
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
| 7 |
"enable": false,
|
|
@@ -115,7 +115,7 @@
|
|
| 115 |
]
|
| 116 |
}
|
| 117 |
},
|
| 118 |
-
"device": "
|
| 119 |
"use_amp": false,
|
| 120 |
"use_peft": false,
|
| 121 |
"push_to_hub": true,
|
|
@@ -141,7 +141,7 @@
|
|
| 141 |
"feedforward_activation": "relu",
|
| 142 |
"n_encoder_layers": 4,
|
| 143 |
"n_decoder_layers": 1,
|
| 144 |
-
"use_vae":
|
| 145 |
"latent_dim": 32,
|
| 146 |
"n_vae_encoder_layers": 4,
|
| 147 |
"temporal_ensemble_coeff": null,
|
|
@@ -151,12 +151,13 @@
|
|
| 151 |
"optimizer_weight_decay": 0.0001,
|
| 152 |
"optimizer_lr_backbone": 1e-05
|
| 153 |
},
|
| 154 |
-
"output_dir": "outputs/
|
| 155 |
"job_name": "act",
|
| 156 |
"resume": false,
|
| 157 |
"seed": 1000,
|
|
|
|
| 158 |
"num_workers": 4,
|
| 159 |
-
"batch_size":
|
| 160 |
"steps": 20000,
|
| 161 |
"eval_freq": 20000,
|
| 162 |
"log_freq": 200,
|
|
@@ -188,7 +189,8 @@
|
|
| 188 |
"entity": null,
|
| 189 |
"notes": null,
|
| 190 |
"run_id": null,
|
| 191 |
-
"mode": null
|
|
|
|
| 192 |
},
|
| 193 |
"peft": null,
|
| 194 |
"use_rabc": false,
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "binhpham/sim_so101_cubes",
|
| 4 |
+
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
| 7 |
"enable": false,
|
|
|
|
| 115 |
]
|
| 116 |
}
|
| 117 |
},
|
| 118 |
+
"device": "cuda",
|
| 119 |
"use_amp": false,
|
| 120 |
"use_peft": false,
|
| 121 |
"push_to_hub": true,
|
|
|
|
| 141 |
"feedforward_activation": "relu",
|
| 142 |
"n_encoder_layers": 4,
|
| 143 |
"n_decoder_layers": 1,
|
| 144 |
+
"use_vae": false,
|
| 145 |
"latent_dim": 32,
|
| 146 |
"n_vae_encoder_layers": 4,
|
| 147 |
"temporal_ensemble_coeff": null,
|
|
|
|
| 151 |
"optimizer_weight_decay": 0.0001,
|
| 152 |
"optimizer_lr_backbone": 1e-05
|
| 153 |
},
|
| 154 |
+
"output_dir": "outputs/act_cubes_novae",
|
| 155 |
"job_name": "act",
|
| 156 |
"resume": false,
|
| 157 |
"seed": 1000,
|
| 158 |
+
"cudnn_deterministic": false,
|
| 159 |
"num_workers": 4,
|
| 160 |
+
"batch_size": 64,
|
| 161 |
"steps": 20000,
|
| 162 |
"eval_freq": 20000,
|
| 163 |
"log_freq": 200,
|
|
|
|
| 189 |
"entity": null,
|
| 190 |
"notes": null,
|
| 191 |
"run_id": null,
|
| 192 |
+
"mode": null,
|
| 193 |
+
"add_tags": true
|
| 194 |
},
|
| 195 |
"peft": null,
|
| 196 |
"use_rabc": false,
|