HaomingSong commited on
Commit
0fbd4f1
·
verified ·
1 Parent(s): 0737e07

Add relative action processor steps

Browse files

Add disabled relative_actions_processor and absolute_actions_processor steps to the processor pipeline so lerobot-train can enable use_relative_actions via processor overrides.

policy_postprocessor.json CHANGED
@@ -13,6 +13,12 @@
13
  }
14
  }
15
  },
 
 
 
 
 
 
16
  {
17
  "registry_name": "device_processor",
18
  "config": {
 
13
  }
14
  }
15
  },
16
+ {
17
+ "registry_name": "absolute_actions_processor",
18
+ "config": {
19
+ "enabled": false
20
+ }
21
+ },
22
  {
23
  "registry_name": "device_processor",
24
  "config": {
policy_preprocessor.json CHANGED
@@ -11,6 +11,16 @@
11
  "registry_name": "to_batch_processor",
12
  "config": {}
13
  },
 
 
 
 
 
 
 
 
 
 
14
  {
15
  "registry_name": "normalizer_processor",
16
  "config": {
 
11
  "registry_name": "to_batch_processor",
12
  "config": {}
13
  },
14
+ {
15
+ "registry_name": "relative_actions_processor",
16
+ "config": {
17
+ "enabled": false,
18
+ "exclude_joints": [
19
+ "gripper"
20
+ ],
21
+ "action_names": null
22
+ }
23
+ },
24
  {
25
  "registry_name": "normalizer_processor",
26
  "config": {