Instructions to use epronovost/trajectory-classifier-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use epronovost/trajectory-classifier-model with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +2 -2
- model.safetensors +1 -1
- train_config.json +3 -3
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
datasets: donovanclay/trajectory-classifier-
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: reward_classifier
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- lerobot
|
| 9 |
-
- robotics
|
| 10 |
- reward_classifier
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for reward_classifier
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: donovanclay/trajectory-classifier-data10
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: reward_classifier
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- lerobot
|
|
|
|
| 9 |
- reward_classifier
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for reward_classifier
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 24357828
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:646904b617560180eaa7f9b80e77c734027c09ede6b85443ee0128c75f9ac1b3
|
| 3 |
size 24357828
|
train_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "donovanclay/trajectory-classifier-
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
@@ -126,7 +126,7 @@
|
|
| 126 |
"VISUAL": "MEAN_STD"
|
| 127 |
}
|
| 128 |
},
|
| 129 |
-
"output_dir": "outputs/train/2026-03-12/
|
| 130 |
"job_name": "reward-classifier",
|
| 131 |
"resume": false,
|
| 132 |
"seed": 2,
|
|
@@ -163,7 +163,7 @@
|
|
| 163 |
"project": "reward-classifier",
|
| 164 |
"entity": null,
|
| 165 |
"notes": null,
|
| 166 |
-
"run_id": "
|
| 167 |
"mode": null,
|
| 168 |
"add_tags": true
|
| 169 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "donovanclay/trajectory-classifier-data10",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
|
|
| 126 |
"VISUAL": "MEAN_STD"
|
| 127 |
}
|
| 128 |
},
|
| 129 |
+
"output_dir": "outputs/train/2026-03-12/16-21-39_reward-classifier",
|
| 130 |
"job_name": "reward-classifier",
|
| 131 |
"resume": false,
|
| 132 |
"seed": 2,
|
|
|
|
| 163 |
"project": "reward-classifier",
|
| 164 |
"entity": null,
|
| 165 |
"notes": null,
|
| 166 |
+
"run_id": "jirwcqw8",
|
| 167 |
"mode": null,
|
| 168 |
"add_tags": true
|
| 169 |
},
|