nepyope commited on
Commit
3d6d0a5
·
verified ·
1 Parent(s): 09bb15c

Upload policy.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. policy.json +34 -0
policy.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_scaling": {
3
+ ".*elbow_joint": 1.0,
4
+ ".*shoulder.*": 1.0,
5
+ ".*wrist.*": 1.0,
6
+ ".*hip_roll.*": 0.5,
7
+ ".*hip_yaw.*": 0.5,
8
+ ".*hip_pitch.*": 0.5,
9
+ ".*knee.*": 0.5,
10
+ ".*waist.*": 0.5,
11
+ ".*ankle.*": 0.5
12
+ },
13
+ "in_keys": [
14
+ "policy"
15
+ ],
16
+ "out_keys": [
17
+ "policy",
18
+ "priv_pred",
19
+ "_actor_inp",
20
+ "_actor_feature",
21
+ "loc",
22
+ "scale",
23
+ "action",
24
+ "sample_log_prob"
25
+ ],
26
+ "in_shapes": [
27
+ [
28
+ [
29
+ 1,
30
+ 623
31
+ ]
32
+ ]
33
+ ]
34
+ }