rka00 commited on
Commit
1577ab8
·
verified ·
1 Parent(s): be7e28b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +149 -0
meta/info.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": null,
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": 10,
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
+ "observation.state": {
16
+ "dtype": "float64",
17
+ "shape": [
18
+ 13
19
+ ],
20
+ "names": {
21
+ "motors": [
22
+ "right_x",
23
+ "right_y",
24
+ "right_z",
25
+ "right_q1",
26
+ "right_q2",
27
+ "right_q3",
28
+ "right_q4",
29
+ "right_g1",
30
+ "right_g2",
31
+ "right_g3",
32
+ "right_g4",
33
+ "right_g5",
34
+ "right_g6"
35
+ ]
36
+ }
37
+ },
38
+ "observation.images.front": {
39
+ "dtype": "video",
40
+ "shape": [
41
+ 84,
42
+ 84,
43
+ 3
44
+ ],
45
+ "names": [
46
+ "width",
47
+ "height",
48
+ "channels"
49
+ ],
50
+ "info": {
51
+ "video.fps": 10.0,
52
+ "video.height": 84,
53
+ "video.width": 84,
54
+ "video.channels": 3,
55
+ "video.codec": "av1",
56
+ "video.pix_fmt": "yuv420p",
57
+ "video.is_depth_map": false,
58
+ "has_audio": false
59
+ }
60
+ },
61
+ "observation.images.wrist": {
62
+ "dtype": "video",
63
+ "shape": [
64
+ 84,
65
+ 84,
66
+ 3
67
+ ],
68
+ "names": [
69
+ "width",
70
+ "height",
71
+ "channels"
72
+ ],
73
+ "info": {
74
+ "video.fps": 10.0,
75
+ "video.height": 84,
76
+ "video.width": 84,
77
+ "video.channels": 3,
78
+ "video.codec": "av1",
79
+ "video.pix_fmt": "yuv420p",
80
+ "video.is_depth_map": false,
81
+ "has_audio": false
82
+ }
83
+ },
84
+ "done": {
85
+ "dtype": "bool",
86
+ "shape": [
87
+ 1
88
+ ]
89
+ },
90
+ "reward": {
91
+ "dtype": "float64",
92
+ "shape": [
93
+ 1
94
+ ]
95
+ },
96
+ "action": {
97
+ "dtype": "float64",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "names": {
102
+ "motors": [
103
+ "right_x",
104
+ "right_y",
105
+ "right_z",
106
+ "right_r",
107
+ "right_p",
108
+ "right_y",
109
+ "right_gripper"
110
+ ]
111
+ }
112
+ },
113
+ "timestamp": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "episode_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "task_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ }
148
+ }
149
+ }