kemjensak commited on
Commit
a67a782
·
verified ·
1 Parent(s): f04a879

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +83 -0
meta/info.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "rby1",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 15,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "names": [
18
+ "right_arm_0",
19
+ "right_arm_1",
20
+ "right_arm_2",
21
+ "right_arm_3",
22
+ "right_arm_4",
23
+ "right_arm_5",
24
+ "right_arm_6",
25
+ "right_gripper_0"
26
+ ],
27
+ "shape": [
28
+ 8
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "right_arm_0",
35
+ "right_arm_1",
36
+ "right_arm_2",
37
+ "right_arm_3",
38
+ "right_arm_4",
39
+ "right_arm_5",
40
+ "right_arm_6",
41
+ "right_gripper_0"
42
+ ],
43
+ "shape": [
44
+ 8
45
+ ]
46
+ },
47
+ "timestamp": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 1
51
+ ],
52
+ "names": null
53
+ },
54
+ "frame_index": {
55
+ "dtype": "int64",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": null
60
+ },
61
+ "episode_index": {
62
+ "dtype": "int64",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "task_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ }
82
+ }
83
+ }