pepijn223 HF Staff HaomingSong commited on
Commit
25c379b
·
1 Parent(s): 26b99b9

Add relative action processor steps (#6)

Browse files

- Add relative action processor steps (9f19a5c9b269a948c8600477048ecdb1e8f25a09)
- Update processor pipeline JSON (ea8a837d7487b8c5f059e286ed8aba0347379691)


Co-authored-by: HaomingSong <HaomingSong@users.noreply.huggingface.co>

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
@@ -33,6 +33,16 @@
33
  "float_dtype": null
34
  }
35
  },
 
 
 
 
 
 
 
 
 
 
36
  {
37
  "registry_name": "normalizer_processor",
38
  "config": {
 
33
  "float_dtype": null
34
  }
35
  },
36
+ {
37
+ "registry_name": "relative_actions_processor",
38
+ "config": {
39
+ "enabled": false,
40
+ "exclude_joints": [
41
+ "gripper"
42
+ ],
43
+ "action_names": null
44
+ }
45
+ },
46
  {
47
  "registry_name": "normalizer_processor",
48
  "config": {