Instructions to use williamtsai726/stack_cube_into_pyramid_0203 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use williamtsai726/stack_cube_into_pyramid_0203 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +4 -4
README.md
CHANGED
|
@@ -5,8 +5,8 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- robotics
|
| 9 |
- lerobot
|
|
|
|
| 10 |
- diffusion
|
| 11 |
---
|
| 12 |
|
|
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- lerobot
|
| 9 |
+
- robotics
|
| 10 |
- diffusion
|
| 11 |
---
|
| 12 |
|
config.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
| 49 |
"private": null,
|
| 50 |
"tags": null,
|
| 51 |
"license": null,
|
| 52 |
-
"pretrained_path":
|
| 53 |
"horizon": 16,
|
| 54 |
"n_action_steps": 8,
|
| 55 |
"normalization_mapping": {
|
|
|
|
| 49 |
"private": null,
|
| 50 |
"tags": null,
|
| 51 |
"license": null,
|
| 52 |
+
"pretrained_path": "/home/sean/Desktop/YAM/lerobot/outputs/stack_cube_into_pyramid_0203/checkpoints/100000/pretrained_model",
|
| 53 |
"horizon": 16,
|
| 54 |
"n_action_steps": 8,
|
| 55 |
"normalization_mapping": {
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1083146184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be0cb3e35b2f746d92f8f9ae1e7e5e7d202c6ce22daef9184726bd4d2c6cfefa
|
| 3 |
size 1083146184
|
train_config.json
CHANGED
|
@@ -131,7 +131,7 @@
|
|
| 131 |
"private": null,
|
| 132 |
"tags": null,
|
| 133 |
"license": null,
|
| 134 |
-
"pretrained_path":
|
| 135 |
"horizon": 16,
|
| 136 |
"n_action_steps": 8,
|
| 137 |
"normalization_mapping": {
|
|
@@ -181,11 +181,11 @@
|
|
| 181 |
},
|
| 182 |
"output_dir": "outputs/stack_cube_into_pyramid_0203",
|
| 183 |
"job_name": "diffusion",
|
| 184 |
-
"resume":
|
| 185 |
"seed": 1000,
|
| 186 |
"num_workers": 4,
|
| 187 |
"batch_size": 8,
|
| 188 |
-
"steps":
|
| 189 |
"eval_freq": 20000,
|
| 190 |
"log_freq": 200,
|
| 191 |
"tolerance_s": 0.0001,
|
|
@@ -230,5 +230,5 @@
|
|
| 230 |
"rabc_epsilon": 1e-06,
|
| 231 |
"rabc_head_mode": "sparse",
|
| 232 |
"rename_map": {},
|
| 233 |
-
"checkpoint_path":
|
| 234 |
}
|
|
|
|
| 131 |
"private": null,
|
| 132 |
"tags": null,
|
| 133 |
"license": null,
|
| 134 |
+
"pretrained_path": "/home/sean/Desktop/YAM/lerobot/outputs/stack_cube_into_pyramid_0203/checkpoints/100000/pretrained_model",
|
| 135 |
"horizon": 16,
|
| 136 |
"n_action_steps": 8,
|
| 137 |
"normalization_mapping": {
|
|
|
|
| 181 |
},
|
| 182 |
"output_dir": "outputs/stack_cube_into_pyramid_0203",
|
| 183 |
"job_name": "diffusion",
|
| 184 |
+
"resume": true,
|
| 185 |
"seed": 1000,
|
| 186 |
"num_workers": 4,
|
| 187 |
"batch_size": 8,
|
| 188 |
+
"steps": 160000,
|
| 189 |
"eval_freq": 20000,
|
| 190 |
"log_freq": 200,
|
| 191 |
"tolerance_s": 0.0001,
|
|
|
|
| 230 |
"rabc_epsilon": 1e-06,
|
| 231 |
"rabc_head_mode": "sparse",
|
| 232 |
"rename_map": {},
|
| 233 |
+
"checkpoint_path": "/home/sean/Desktop/YAM/lerobot/outputs/stack_cube_into_pyramid_0203/checkpoints/100000"
|
| 234 |
}
|