Robotics
LeRobot
Safetensors
pi05
HaomingSong commited on
Commit
8697b77
·
verified ·
1 Parent(s): ba6b344

Rename relative action processor registry

Browse files

Update policy_preprocessor.json to use the new relative_actions_processor registry name instead of the legacy delta_actions_processor key.

Files changed (1) hide show
  1. policy_preprocessor.json +2 -2
policy_preprocessor.json CHANGED
@@ -12,7 +12,7 @@
12
  "config": {}
13
  },
14
  {
15
- "registry_name": "delta_actions_processor",
16
  "config": {
17
  "enabled": true,
18
  "exclude_joints": [
@@ -111,4 +111,4 @@
111
  }
112
  }
113
  ]
114
- }
 
12
  "config": {}
13
  },
14
  {
15
+ "registry_name": "relative_actions_processor",
16
  "config": {
17
  "enabled": true,
18
  "exclude_joints": [
 
111
  }
112
  }
113
  ]
114
+ }