Upload policy weights, train config and readme
Browse files- README.md +1 -1
- model.safetensors +1 -1
- train_config.json +10 -50
README.md
CHANGED
@@ -5,9 +5,9 @@ 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
|
|
|
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
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 24358564
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eec7fe990d05e17c032c0cb250f59e1af1b3c2aab73e917b572236c0a22cffe5
|
3 |
size 24358564
|
train_config.json
CHANGED
@@ -4,58 +4,18 @@
|
|
4 |
"root": null,
|
5 |
"episodes": null,
|
6 |
"image_transforms": {
|
7 |
-
"enable":
|
8 |
"max_num_transforms": 3,
|
9 |
"random_order": false,
|
10 |
"tfs": {
|
11 |
-
"
|
12 |
"weight": 1.0,
|
13 |
"type": "ColorJitter",
|
14 |
"kwargs": {
|
15 |
-
"brightness":
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
}
|
20 |
-
},
|
21 |
-
"contrast": {
|
22 |
-
"weight": 1.0,
|
23 |
-
"type": "ColorJitter",
|
24 |
-
"kwargs": {
|
25 |
-
"contrast": [
|
26 |
-
0.8,
|
27 |
-
1.2
|
28 |
-
]
|
29 |
-
}
|
30 |
-
},
|
31 |
-
"saturation": {
|
32 |
-
"weight": 1.0,
|
33 |
-
"type": "ColorJitter",
|
34 |
-
"kwargs": {
|
35 |
-
"saturation": [
|
36 |
-
0.5,
|
37 |
-
1.5
|
38 |
-
]
|
39 |
-
}
|
40 |
-
},
|
41 |
-
"hue": {
|
42 |
-
"weight": 1.0,
|
43 |
-
"type": "ColorJitter",
|
44 |
-
"kwargs": {
|
45 |
-
"hue": [
|
46 |
-
-0.05,
|
47 |
-
0.05
|
48 |
-
]
|
49 |
-
}
|
50 |
-
},
|
51 |
-
"sharpness": {
|
52 |
-
"weight": 1.0,
|
53 |
-
"type": "SharpnessJitter",
|
54 |
-
"kwargs": {
|
55 |
-
"sharpness": [
|
56 |
-
0.5,
|
57 |
-
1.5
|
58 |
-
]
|
59 |
}
|
60 |
}
|
61 |
}
|
@@ -118,7 +78,7 @@
|
|
118 |
"weight_decay": 0.01,
|
119 |
"grad_clip_norm": 1.0
|
120 |
},
|
121 |
-
"output_dir": "outputs/train/2025-
|
122 |
"job_name": "reward-classifier",
|
123 |
"resume": false,
|
124 |
"seed": 2,
|
@@ -126,10 +86,10 @@
|
|
126 |
"batch_size": 16,
|
127 |
"steps": 5000,
|
128 |
"eval_freq": 1000,
|
129 |
-
"log_freq":
|
130 |
"save_checkpoint": true,
|
131 |
"save_freq": 1000,
|
132 |
-
"use_validation":
|
133 |
"val_split": 0.05,
|
134 |
"val_freq": 10000,
|
135 |
"val_batch_size": 16,
|
@@ -157,7 +117,7 @@
|
|
157 |
"project": "reward-classifier",
|
158 |
"entity": null,
|
159 |
"notes": null,
|
160 |
-
"run_id": "
|
161 |
"mode": null
|
162 |
},
|
163 |
"use_peft": false,
|
|
|
4 |
"root": null,
|
5 |
"episodes": null,
|
6 |
"image_transforms": {
|
7 |
+
"enable": true,
|
8 |
"max_num_transforms": 3,
|
9 |
"random_order": false,
|
10 |
"tfs": {
|
11 |
+
"color_jitter": {
|
12 |
"weight": 1.0,
|
13 |
"type": "ColorJitter",
|
14 |
"kwargs": {
|
15 |
+
"brightness": 0.2,
|
16 |
+
"contrast": 0.2,
|
17 |
+
"saturation": 0.2,
|
18 |
+
"hue": 0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
}
|
21 |
}
|
|
|
78 |
"weight_decay": 0.01,
|
79 |
"grad_clip_norm": 1.0
|
80 |
},
|
81 |
+
"output_dir": "outputs/train/2025-09-05/16-36-46_reward-classifier",
|
82 |
"job_name": "reward-classifier",
|
83 |
"resume": false,
|
84 |
"seed": 2,
|
|
|
86 |
"batch_size": 16,
|
87 |
"steps": 5000,
|
88 |
"eval_freq": 1000,
|
89 |
+
"log_freq": 100,
|
90 |
"save_checkpoint": true,
|
91 |
"save_freq": 1000,
|
92 |
+
"use_validation": true,
|
93 |
"val_split": 0.05,
|
94 |
"val_freq": 10000,
|
95 |
"val_batch_size": 16,
|
|
|
117 |
"project": "reward-classifier",
|
118 |
"entity": null,
|
119 |
"notes": null,
|
120 |
+
"run_id": "7mcbm58f",
|
121 |
"mode": null
|
122 |
},
|
123 |
"use_peft": false,
|