Update meta/info.json
Browse files- meta/info.json +3 -3
meta/info.json
CHANGED
|
@@ -119,12 +119,12 @@
|
|
| 119 |
"fps": 20
|
| 120 |
},
|
| 121 |
"observation.state": {
|
| 122 |
-
"dtype": "
|
| 123 |
"shape": [
|
| 124 |
16
|
| 125 |
],
|
| 126 |
"names": [
|
| 127 |
-
"
|
| 128 |
"base_rot_roll", "base_rot_pitch", "base_rot_yaw",
|
| 129 |
"ee_rel_pos_x", "ee_rel_pos_y", "ee_rel_pos_z",
|
| 130 |
"ee_rel_rot_roll", "ee_rel_rot_pitch", "ee_rel_rot_yaw",
|
|
@@ -134,7 +134,7 @@
|
|
| 134 |
"fps": 20
|
| 135 |
},
|
| 136 |
"action": {
|
| 137 |
-
"dtype": "
|
| 138 |
"shape": [
|
| 139 |
12
|
| 140 |
],
|
|
|
|
| 119 |
"fps": 20
|
| 120 |
},
|
| 121 |
"observation.state": {
|
| 122 |
+
"dtype": "float32",
|
| 123 |
"shape": [
|
| 124 |
16
|
| 125 |
],
|
| 126 |
"names": [
|
| 127 |
+
"base_pos_x", "base_pos_y", "base_pos_z",
|
| 128 |
"base_rot_roll", "base_rot_pitch", "base_rot_yaw",
|
| 129 |
"ee_rel_pos_x", "ee_rel_pos_y", "ee_rel_pos_z",
|
| 130 |
"ee_rel_rot_roll", "ee_rel_rot_pitch", "ee_rel_rot_yaw",
|
|
|
|
| 134 |
"fps": 20
|
| 135 |
},
|
| 136 |
"action": {
|
| 137 |
+
"dtype": "float32",
|
| 138 |
"shape": [
|
| 139 |
12
|
| 140 |
],
|