yypeng666 commited on
Commit
9b38f2b
·
verified ·
1 Parent(s): f39fddb

lid: robot_config (norm_stats retargeted)

Browse files
Files changed (1) hide show
  1. maniguard/robot_config.yaml +7 -1
maniguard/robot_config.yaml CHANGED
@@ -65,4 +65,10 @@ images:
65
  - observation.images.camera_wrist_left:
66
  origin_keys: wrist_image
67
 
68
- norm_stats: assets/norm_stats/maniguard_clutter.json
 
 
 
 
 
 
 
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