File size: 1,153 Bytes
ec624ec | 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 | {
"codebase_version": "v2.1",
"robot_type": "so_arm100",
"total_episodes": 4,
"total_frames": 2079,
"total_tasks": 1,
"total_videos": 8,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 30,
"splits": {
"train": "0:4"
},
"data_path": "data",
"video_path": "videos",
"features": {
"observation.images.laptop": {
"_type": "Video"
},
"observation.images.phone": {
"_type": "Video"
},
"action": {
"dtype": "string",
"_type": "Value"
},
"observation.state": {
"dtype": "string",
"_type": "Value"
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"_type": "Value"
},
"frame_index": {
"dtype": "float32",
"shape": [
1
],
"_type": "Value"
},
"episode_index": {
"dtype": "float32",
"shape": [
1
],
"_type": "Value"
},
"index": {
"dtype": "float32",
"shape": [
1
],
"_type": "Value"
},
"task_index": {
"dtype": "float32",
"shape": [
1
],
"_type": "Value"
}
}
} |