Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +8 -0
- model.safetensors +2 -2
- train_config.json +12 -4
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
datasets: chomeed/
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: rewind
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- rewind
|
| 9 |
- lerobot
|
| 10 |
-
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for rewind
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: chomeed/peg_insertion_success_1000_for_rewind_train
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: rewind
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
+
- robotics
|
| 9 |
- rewind
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for rewind
|
config.json
CHANGED
|
@@ -48,6 +48,14 @@
|
|
| 48 |
"n_heads": 8,
|
| 49 |
"dropout": 0.1,
|
| 50 |
"num_cameras": 2,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
"optimizer_lr": 0.0001,
|
| 52 |
"optimizer_betas": [
|
| 53 |
0.9,
|
|
|
|
| 48 |
"n_heads": 8,
|
| 49 |
"dropout": 0.1,
|
| 50 |
"num_cameras": 2,
|
| 51 |
+
"finetune_encoder": true,
|
| 52 |
+
"finetune_encoder_blocks": 2,
|
| 53 |
+
"encoder_ckpt": "facebook/dinov2-base",
|
| 54 |
+
"encoder_lr": 1e-05,
|
| 55 |
+
"encoder_camera_keys": [
|
| 56 |
+
"observation.images.front_rgb",
|
| 57 |
+
"observation.images.wrist_rgb"
|
| 58 |
+
],
|
| 59 |
"optimizer_lr": 0.0001,
|
| 60 |
"optimizer_betas": [
|
| 61 |
0.9,
|
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:4076bb55e742d16dfcc3163e99a5cff74cfeddfc5f9737dca6808a993cf518e3
|
| 3 |
+
size 402321044
|
train_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "chomeed/
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
@@ -131,6 +131,14 @@
|
|
| 131 |
"n_heads": 8,
|
| 132 |
"dropout": 0.1,
|
| 133 |
"num_cameras": 2,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
"optimizer_lr": 0.0001,
|
| 135 |
"optimizer_betas": [
|
| 136 |
0.9,
|
|
@@ -150,7 +158,7 @@
|
|
| 150 |
"REWARD": "IDENTITY"
|
| 151 |
}
|
| 152 |
},
|
| 153 |
-
"output_dir": "outputs/train/2026-04-
|
| 154 |
"job_name": "rewind_peg_insertion",
|
| 155 |
"resume": false,
|
| 156 |
"seed": 1000,
|
|
@@ -182,7 +190,7 @@
|
|
| 182 |
"decay_lr": 2.5e-06
|
| 183 |
},
|
| 184 |
"val": {
|
| 185 |
-
"repo_id": "chomeed/
|
| 186 |
"root": null,
|
| 187 |
"episodes": null,
|
| 188 |
"image_transforms": {
|
|
@@ -350,7 +358,7 @@
|
|
| 350 |
"project": "long_horizon_reward_modeling",
|
| 351 |
"entity": null,
|
| 352 |
"notes": null,
|
| 353 |
-
"run_id": "
|
| 354 |
"mode": null
|
| 355 |
},
|
| 356 |
"peft": null,
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "chomeed/peg_insertion_success_1000_for_rewind_train",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
|
|
| 131 |
"n_heads": 8,
|
| 132 |
"dropout": 0.1,
|
| 133 |
"num_cameras": 2,
|
| 134 |
+
"finetune_encoder": true,
|
| 135 |
+
"finetune_encoder_blocks": 2,
|
| 136 |
+
"encoder_ckpt": "facebook/dinov2-base",
|
| 137 |
+
"encoder_lr": 1e-05,
|
| 138 |
+
"encoder_camera_keys": [
|
| 139 |
+
"observation.images.front_rgb",
|
| 140 |
+
"observation.images.wrist_rgb"
|
| 141 |
+
],
|
| 142 |
"optimizer_lr": 0.0001,
|
| 143 |
"optimizer_betas": [
|
| 144 |
0.9,
|
|
|
|
| 158 |
"REWARD": "IDENTITY"
|
| 159 |
}
|
| 160 |
},
|
| 161 |
+
"output_dir": "outputs/train/2026-04-20/13-43-45_rewind_peg_insertion",
|
| 162 |
"job_name": "rewind_peg_insertion",
|
| 163 |
"resume": false,
|
| 164 |
"seed": 1000,
|
|
|
|
| 190 |
"decay_lr": 2.5e-06
|
| 191 |
},
|
| 192 |
"val": {
|
| 193 |
+
"repo_id": "chomeed/peg_insertion_success_1000_for_rewind_train",
|
| 194 |
"root": null,
|
| 195 |
"episodes": null,
|
| 196 |
"image_transforms": {
|
|
|
|
| 358 |
"project": "long_horizon_reward_modeling",
|
| 359 |
"entity": null,
|
| 360 |
"notes": null,
|
| 361 |
+
"run_id": "e9a8ajvu",
|
| 362 |
"mode": null
|
| 363 |
},
|
| 364 |
"peft": null,
|