File size: 2,317 Bytes
ff5fe78 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | {
"codebase_version": "v2.1",
"robot_type": "g1",
"total_episodes": 8,
"total_frames": 2831,
"fps": 30.0,
"splits": {
"train": "0:8"
},
"data_path": "data/chunk-000/episode_{episode_index:06d}.parquet",
"video_path": "videos/chunk-000/{camera_key}/episode_{episode_index:06d}.mp4",
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
40
],
"names": [
"joint0",
"joint1",
"joint2",
"joint3",
"joint4",
"joint5",
"joint6",
"joint7",
"joint8",
"joint9",
"joint10",
"joint11",
"joint12",
"joint13",
"joint14",
"joint15",
"joint16",
"joint17",
"joint18",
"joint19",
"joint20",
"joint21",
"joint22",
"joint23",
"joint24",
"joint25",
"joint26",
"joint27",
"joint28",
"joint29",
"joint30",
"joint31",
"joint32",
"joint33",
"joint34",
"joint35",
"joint36",
"joint37",
"joint38",
"joint39"
]
},
"action": {
"dtype": "float32",
"shape": [
32
],
"names": [
"action0",
"action1",
"action2",
"action3",
"action4",
"action5",
"action6",
"action7",
"action8",
"action9",
"action10",
"action11",
"action12",
"action13",
"action14",
"action15",
"action16",
"action17",
"action18",
"action19",
"action20",
"action21",
"action22",
"action23",
"action24",
"action25",
"action26",
"action27",
"action28",
"action29",
"action30",
"action31"
]
},
"episode_index": {
"dtype": "int64"
},
"frame_index": {
"dtype": "int64"
},
"timestamp": {
"dtype": "float32"
},
"next.done": {
"dtype": "bool"
},
"next.reward": {
"dtype": "float32"
},
"annotation.human.action.task_description": {
"dtype": "string"
},
"index": {
"dtype": "int64"
}
}
} |