lid: robot_config (norm_stats retargeted)
Browse files
maniguard/robot_config.yaml
CHANGED
|
@@ -65,4 +65,10 @@ images:
|
|
| 65 |
- observation.images.camera_wrist_left:
|
| 66 |
origin_keys: wrist_image
|
| 67 |
|
| 68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
- observation.images.camera_wrist_left:
|
| 66 |
origin_keys: wrist_image
|
| 67 |
|
| 68 |
+
# norm_stats points at THIS checkpoint's own statistics (the file shipped beside this
|
| 69 |
+
# one). It must stay present even when a loader passes an explicit path: LingBot's
|
| 70 |
+
# FeatureTransform does `robot_config.pop('norm_stats')` with no default on both
|
| 71 |
+
# branches, so a missing key raises KeyError. The path is relative to this checkpoint's
|
| 72 |
+
# root -- resolve it yourself, or pass an absolute `norm_stats_path`
|
| 73 |
+
# (maniguard/serve/lingbot_native.py does the latter).
|
| 74 |
+
norm_stats: maniguard/norm_stats.json
|