Linslab's picture
Upload ReorientCube and GraspCylinder preprocessed datasets
9332d2e verified
Raw
History Blame Contribute Delete
4.88 kB
{
"count": 4180,
"target_image_size": [
192,
256
],
"cameras": [
"front_camera",
"left_camera",
"robot_camera",
"top_camera"
],
"state_dim": 50,
"action_dim": 22,
"state_mean": [
-0.05770589650228301,
0.32192324760503066,
-0.13549083597257924,
-1.9787919766880104,
-0.02509380296710657,
2.2001441054366992,
0.12627868610536597,
5.412026781253082e-05,
6.510688741259131e-05,
-0.0016294212791851418,
8.564438754170907e-05,
-2.444051038862238e-05,
-2.3750099808482264e-05,
-2.30382390280425e-05,
3.368281699567213e-06,
5.857414443715307e-06,
7.201799328947962e-06,
8.451822779109348e-06,
5.371516304806831e-06,
-8.370801382351893e-08,
-8.39095190853586e-08,
-8.839980081052892e-08,
-3.065409103166259e-07,
-0.001921968891424006,
0.04348210299328947,
-0.012580368646364805,
0.05731554890588772,
-0.0014175175151287512,
-0.025420307263622127,
0.026283960371520382,
3.6802566576878e-05,
4.577567875577176e-05,
7.409905933487586e-05,
5.0543371012299225e-05,
-1.4355283320926506e-05,
-1.3996429128826128e-05,
-1.3629699681403806e-05,
2.234431841651215e-07,
4.1451657566987e-06,
5.248506220458067e-06,
6.2965046294112035e-06,
-1.0956147530445293e-07,
-4.307426593824556e-08,
-4.314233843993497e-08,
-4.567151974051466e-08,
-2.0194694201877213e-07,
0.0,
1.3573104230973327,
0.0,
2.744008396516006
],
"state_std": [
0.05898227087576788,
0.20201430843271548,
0.06938762001884743,
0.3042469087277041,
0.03624333319664082,
0.15656000265855505,
0.20685900540268715,
0.00011737905456733763,
0.00011865672998005657,
0.0016535566732992326,
0.00012269204280332028,
0.00010121825193265946,
0.00010118954095967484,
0.00010116289400681106,
0.00010009142563319092,
0.00010029391046881126,
0.00010031100573909448,
0.0001003410064795199,
0.00010033306491909339,
0.00010000002071690377,
0.00010000002081362135,
0.00010000002248416788,
0.0001000003164127693,
0.035523595897114194,
0.10891410782732734,
0.03136857616840689,
0.16854101428904683,
0.017179953141536045,
0.08490612897780225,
0.07717028312217931,
0.0002409736225104372,
0.00024468445443688423,
0.0026389055537551797,
0.00025195813472078763,
0.00011510115965069724,
0.00011492343431888119,
0.00011474685682158715,
0.00010266067034071678,
0.0001038831869353078,
0.00010399833573965463,
0.00010413514396052635,
0.0001085509974023309,
0.00010000011005498924,
0.00010000011025095673,
0.00010000013206390123,
0.00010000107820988374,
1.0,
0.9099787565302676,
1.0,
0.6829719938010371
],
"action_mean": [
0.027881689588918075,
0.02335310392076168,
-0.003245358047873209,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"action_std": [
0.06805883296913219,
0.06354428920823776,
0.017734426994420637,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001,
0.0001
],
"state_norm_policy": "continuous_only",
"state_fields": [
{
"path": "obs/agent/qpos",
"dtype": "float32",
"kind": "continuous",
"dim": 23,
"slice": [
0,
23
]
},
{
"path": "obs/agent/qvel",
"dtype": "float32",
"kind": "continuous",
"dim": 23,
"slice": [
23,
46
]
},
{
"path": "obs/extra/is_reoriented",
"dtype": "bool",
"kind": "bool",
"dim": 1,
"slice": [
46,
47
]
},
{
"path": "obs/extra/rotational_distance",
"dtype": "float32",
"kind": "continuous",
"dim": 1,
"slice": [
47,
48
]
},
{
"path": "obs/extra/success_steps",
"dtype": "int32",
"kind": "discrete",
"dim": 1,
"slice": [
48,
49
]
},
{
"path": "obs/extra/target_rotation_angle",
"dtype": "float32",
"kind": "continuous",
"dim": 1,
"slice": [
49,
50
]
}
],
"state_norm_slices": [
[
0,
23
],
[
23,
46
],
[
47,
48
],
[
49,
50
]
],
"notes": "State stats computed ONLY on continuous dims; discrete/bool dims keep raw (mean=0,std=1). All stats computed over aligned length T (drop last obs to align with actions)."
}