Update meta/info.json
Browse files- meta/info.json +34 -4
meta/info.json
CHANGED
|
@@ -119,18 +119,48 @@
|
|
| 119 |
"fps": 20
|
| 120 |
},
|
| 121 |
"observation.state": {
|
| 122 |
-
"dtype": "
|
| 123 |
"shape": [
|
| 124 |
16
|
| 125 |
],
|
| 126 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
},
|
| 128 |
"action": {
|
| 129 |
-
"dtype": "
|
| 130 |
"shape": [
|
| 131 |
12
|
| 132 |
],
|
| 133 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
},
|
| 135 |
"next.reward": {
|
| 136 |
"dtype": "float32",
|
|
|
|
| 119 |
"fps": 20
|
| 120 |
},
|
| 121 |
"observation.state": {
|
| 122 |
+
"dtype": "float32",
|
| 123 |
"shape": [
|
| 124 |
16
|
| 125 |
],
|
| 126 |
+
"names": [
|
| 127 |
+
"base_pos_x",
|
| 128 |
+
"base_pos_y",
|
| 129 |
+
"base_pos_z",
|
| 130 |
+
"base_rot_qx",
|
| 131 |
+
"base_rot_qy",
|
| 132 |
+
"base_rot_qz",
|
| 133 |
+
"base_rot_qw",
|
| 134 |
+
"ee_pos_rel_x",
|
| 135 |
+
"ee_pos_rel_y",
|
| 136 |
+
"ee_pos_rel_z",
|
| 137 |
+
"ee_rot_rel_qx",
|
| 138 |
+
"ee_rot_rel_qy",
|
| 139 |
+
"ee_rot_rel_qz",
|
| 140 |
+
"ee_rot_rel_qw",
|
| 141 |
+
"gripper_finger_l",
|
| 142 |
+
"gripper_finger_r"
|
| 143 |
+
]
|
| 144 |
},
|
| 145 |
"action": {
|
| 146 |
+
"dtype": "float32",
|
| 147 |
"shape": [
|
| 148 |
12
|
| 149 |
],
|
| 150 |
+
"names": [
|
| 151 |
+
"base_vx",
|
| 152 |
+
"base_vy",
|
| 153 |
+
"base_vyaw",
|
| 154 |
+
"torso_height",
|
| 155 |
+
"control_mode",
|
| 156 |
+
"ee_pos_dx",
|
| 157 |
+
"ee_pos_dy",
|
| 158 |
+
"ee_pos_dz",
|
| 159 |
+
"ee_rot_dx",
|
| 160 |
+
"ee_rot_dy",
|
| 161 |
+
"ee_rot_dz",
|
| 162 |
+
"gripper_close"
|
| 163 |
+
]
|
| 164 |
},
|
| 165 |
"next.reward": {
|
| 166 |
"dtype": "float32",
|