Linslab's picture
Upload folder using huggingface_hub
156bb0f verified
{
"count": 3468,
"target_image_size": [
192,
256
],
"cameras": [
"front_camera",
"left_camera",
"robot_camera",
"top_camera"
],
"state_dim": 48,
"action_dim": 22,
"state_mean": [
-0.25127533961477505,
0.20674471416692025,
-0.17867859478414277,
-1.9895740266214743,
-1.7832350088788291,
1.9367030367100528,
2.2395721664340713,
0.3499167500980605,
0.3674038392511172,
0.37107530081126233,
0.28620849984646984,
-0.0031406910675436015,
-0.003428368373495455,
0.0004892899880949058,
-0.01963554819203432,
0.37270757707112534,
0.3597016841362967,
0.3699531831335579,
0.27415279620344385,
0.37615506402015947,
0.366830768682979,
0.37327495764370655,
0.31654982661747083,
-0.009438181176755874,
-0.014707680771456497,
-0.001148659734378093,
0.0355570251316751,
0.0026620271064876416,
0.012379654149300362,
-0.05427720296015234,
0.06286604801134164,
0.061385190414971445,
0.06317546300193236,
0.05242416489623719,
-0.001074597511235238,
-0.0012929895121488032,
0.0003579024431759761,
-0.0022094397660755135,
0.0637255575870766,
0.0588605081591118,
0.061539224559634315,
0.045133958595574675,
0.06439902043704286,
0.06187679662342236,
0.06336617350848918,
0.053444658581315335,
0.0,
0.6998759471008934
],
"state_std": [
0.13785133809234854,
0.2548261191205154,
0.0990435880887377,
0.28503515224785053,
0.1449868133321608,
0.19363785146114623,
0.21197425890341343,
0.4251586931211381,
0.4482240752808641,
0.4548468336326657,
0.3520128220718731,
0.0065651405468795,
0.008216023909191794,
0.0016191137653994451,
0.03217932728034283,
0.4569856752969479,
0.4364442099806206,
0.452251366218151,
0.3192928498189686,
0.4620542443135486,
0.44735259397902505,
0.4573728439486387,
0.37640305631760446,
0.08160940766309635,
0.13847769446584215,
0.06338370990455101,
0.12571345945661427,
0.08215801044761982,
0.10582043911189855,
0.07600706313568492,
0.09685975702011355,
0.10006817785927588,
0.10056172556578381,
0.07626655836626402,
0.004893854710602224,
0.004449048693001926,
0.0014691380189966827,
0.011166034928997946,
0.09957900418588683,
0.10111175651808918,
0.10044518688494772,
0.0987717632931173,
0.09916273356129875,
0.09947675827072246,
0.09931157138182546,
0.09577361936778012,
1.0,
0.17545167242770976
],
"action_mean": [
0.00486730233548078,
-0.006856396981228181,
0.03852096597869229,
0.0,
0.0,
0.0,
0.0009507258611241578,
0.07607760520129879,
0.06924249502511173,
0.06820884178529012,
0.001036869081851679,
0.07083156955833392,
0.07314428388041196,
0.07100612998455592,
-0.00013858826303406014,
0.0697302208846003,
0.07006885439604349,
0.06907287335416436,
0.05340317563253702,
0.005897548473151485,
0.09882224621004163,
0.08609050651528843
],
"action_std": [
0.02705675727925721,
0.09951058475496861,
0.05638743685357218,
0.0001,
0.0001,
0.0001,
0.0019677069651564943,
0.10113997771876092,
0.09950003004110074,
0.09943679105476914,
0.0024631112876269652,
0.0992474988037749,
0.09939350282071051,
0.09926405183469249,
0.0004971827343507399,
0.09963991496731839,
0.09928835818168037,
0.09930441335113818,
0.07702310111185383,
0.009650059195452842,
0.11244386931835638,
0.10438827504330925
],
"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_bucket_lifted",
"dtype": "bool",
"kind": "bool",
"dim": 1,
"slice": [
46,
47
]
},
{
"path": "obs/extra/lifting_progress",
"dtype": "float32",
"kind": "continuous",
"dim": 1,
"slice": [
47,
48
]
}
],
"state_norm_slices": [
[
0,
23
],
[
23,
46
],
[
47,
48
]
],
"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)."
}