aravindhs-NV commited on
Commit
03d525a
·
verified ·
1 Parent(s): 5b4e65e

Upload DataProcessorPipeline

Browse files
Files changed (1) hide show
  1. policy_postprocessor.json +19 -0
policy_postprocessor.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "gr00t_n1d6_unnormalizer_v1",
6
+ "config": {
7
+ "embodiment_tag": "new_embodiment",
8
+ "action_dim": 6
9
+ }
10
+ },
11
+ {
12
+ "registry_name": "device_processor",
13
+ "config": {
14
+ "device": "cpu",
15
+ "float_dtype": null
16
+ }
17
+ }
18
+ ]
19
+ }