Upload policy weights, train config and readme
Browse files- README.md +3 -3
- config.json +10 -2
- model.safetensors +2 -2
- train_config.json +13 -5
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
datasets: zy/
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: reward_classifier
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- robotics
|
| 9 |
-
- lerobot
|
| 10 |
- reward_classifier
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for reward_classifier
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: zy/push_cube_leader
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: reward_classifier
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- reward_classifier
|
| 9 |
+
- lerobot
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for reward_classifier
|
config.json
CHANGED
|
@@ -9,13 +9,21 @@
|
|
| 9 |
128,
|
| 10 |
128
|
| 11 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
},
|
| 14 |
"output_features": {
|
| 15 |
"action": {
|
| 16 |
"type": "ACTION",
|
| 17 |
"shape": [
|
| 18 |
-
|
| 19 |
]
|
| 20 |
}
|
| 21 |
},
|
|
@@ -35,7 +43,7 @@
|
|
| 35 |
"dropout_rate": 0.1,
|
| 36 |
"model_name": "helper2424/resnet10",
|
| 37 |
"model_type": "cnn",
|
| 38 |
-
"num_cameras":
|
| 39 |
"learning_rate": 0.0001,
|
| 40 |
"weight_decay": 0.01,
|
| 41 |
"grad_clip_norm": 1.0,
|
|
|
|
| 9 |
128,
|
| 10 |
128
|
| 11 |
]
|
| 12 |
+
},
|
| 13 |
+
"observation.images.front": {
|
| 14 |
+
"type": "VISUAL",
|
| 15 |
+
"shape": [
|
| 16 |
+
3,
|
| 17 |
+
128,
|
| 18 |
+
128
|
| 19 |
+
]
|
| 20 |
}
|
| 21 |
},
|
| 22 |
"output_features": {
|
| 23 |
"action": {
|
| 24 |
"type": "ACTION",
|
| 25 |
"shape": [
|
| 26 |
+
7
|
| 27 |
]
|
| 28 |
}
|
| 29 |
},
|
|
|
|
| 43 |
"dropout_rate": 0.1,
|
| 44 |
"model_name": "helper2424/resnet10",
|
| 45 |
"model_type": "cnn",
|
| 46 |
+
"num_cameras": 2,
|
| 47 |
"learning_rate": 0.0001,
|
| 48 |
"weight_decay": 0.01,
|
| 49 |
"grad_clip_norm": 1.0,
|
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:6a74c163ea7025c8ffe39168f7d1f681eff1f168132d7d9dde9d2e6faada093b
|
| 3 |
+
size 29083940
|
train_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "zy/
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
@@ -91,13 +91,21 @@
|
|
| 91 |
128,
|
| 92 |
128
|
| 93 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
}
|
| 95 |
},
|
| 96 |
"output_features": {
|
| 97 |
"action": {
|
| 98 |
"type": "ACTION",
|
| 99 |
"shape": [
|
| 100 |
-
|
| 101 |
]
|
| 102 |
}
|
| 103 |
},
|
|
@@ -117,7 +125,7 @@
|
|
| 117 |
"dropout_rate": 0.1,
|
| 118 |
"model_name": "helper2424/resnet10",
|
| 119 |
"model_type": "cnn",
|
| 120 |
-
"num_cameras":
|
| 121 |
"learning_rate": 0.0001,
|
| 122 |
"weight_decay": 0.01,
|
| 123 |
"grad_clip_norm": 1.0,
|
|
@@ -125,7 +133,7 @@
|
|
| 125 |
"VISUAL": "MEAN_STD"
|
| 126 |
}
|
| 127 |
},
|
| 128 |
-
"output_dir": "outputs/train/2026-01-
|
| 129 |
"job_name": "reward-classifier",
|
| 130 |
"resume": false,
|
| 131 |
"seed": 2,
|
|
@@ -160,7 +168,7 @@
|
|
| 160 |
"project": "reward-classifier",
|
| 161 |
"entity": null,
|
| 162 |
"notes": null,
|
| 163 |
-
"run_id": "
|
| 164 |
"mode": null
|
| 165 |
},
|
| 166 |
"checkpoint_path": null,
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "zy/push_cube_leader",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
|
|
| 91 |
128,
|
| 92 |
128
|
| 93 |
]
|
| 94 |
+
},
|
| 95 |
+
"observation.images.front": {
|
| 96 |
+
"type": "VISUAL",
|
| 97 |
+
"shape": [
|
| 98 |
+
3,
|
| 99 |
+
128,
|
| 100 |
+
128
|
| 101 |
+
]
|
| 102 |
}
|
| 103 |
},
|
| 104 |
"output_features": {
|
| 105 |
"action": {
|
| 106 |
"type": "ACTION",
|
| 107 |
"shape": [
|
| 108 |
+
7
|
| 109 |
]
|
| 110 |
}
|
| 111 |
},
|
|
|
|
| 125 |
"dropout_rate": 0.1,
|
| 126 |
"model_name": "helper2424/resnet10",
|
| 127 |
"model_type": "cnn",
|
| 128 |
+
"num_cameras": 2,
|
| 129 |
"learning_rate": 0.0001,
|
| 130 |
"weight_decay": 0.01,
|
| 131 |
"grad_clip_norm": 1.0,
|
|
|
|
| 133 |
"VISUAL": "MEAN_STD"
|
| 134 |
}
|
| 135 |
},
|
| 136 |
+
"output_dir": "outputs/train/2026-01-22/10-32-11_reward-classifier",
|
| 137 |
"job_name": "reward-classifier",
|
| 138 |
"resume": false,
|
| 139 |
"seed": 2,
|
|
|
|
| 168 |
"project": "reward-classifier",
|
| 169 |
"entity": null,
|
| 170 |
"notes": null,
|
| 171 |
+
"run_id": "5loggnt5",
|
| 172 |
"mode": null
|
| 173 |
},
|
| 174 |
"checkpoint_path": null,
|