File size: 951 Bytes
1b880c2 | 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 | {
"codebase_version": "v3.0",
"robot_type": "UR10e",
"fps": 30.0,
"total_episodes": 1,
"features": {
"timestamp": {
"dtype": "float64",
"shape": []
},
"observation.state": {
"dtype": "float32",
"shape": [
6
]
},
"task_index": {
"dtype": "int64",
"shape": []
},
"index": {
"dtype": "int64",
"shape": []
},
"action": {
"dtype": "float32",
"shape": [
8
]
},
"episode_index": {
"dtype": "int64",
"shape": []
},
"frame_index": {
"dtype": "int64",
"shape": []
}
},
"video": {
"video_feed_workspace_front": {
"fps": 30.0,
"height": 480,
"width": 640
},
"video_feed_workspace_side": {
"fps": 30.0,
"height": 480,
"width": 640
},
"video_feed_wrist": {
"fps": 30.0,
"height": 480,
"width": 640
}
}
} |