ccop commited on
Commit
a986086
·
verified ·
1 Parent(s): 1499cb0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +173 -0
meta/info.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "rainbow",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "total_videos": 0,
8
+ "total_chunks": 0,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
+ "features": {
15
+ "observation.state": {
16
+ "dtype": "float64",
17
+ "shape": [
18
+ 16
19
+ ],
20
+ "names": [
21
+ "left_arm_0",
22
+ "left_arm_1",
23
+ "left_arm_2",
24
+ "left_arm_3",
25
+ "left_arm_4",
26
+ "left_arm_5",
27
+ "left_arm_6",
28
+ "right_arm_0",
29
+ "right_arm_1",
30
+ "right_arm_2",
31
+ "right_arm_3",
32
+ "right_arm_4",
33
+ "right_arm_5",
34
+ "right_arm_6",
35
+ "left_robotiq_85_left_knuckle_joint",
36
+ "right_robotiq_85_left_knuckle_joint"
37
+ ]
38
+ },
39
+ "observation.qvel": {
40
+ "dtype": "float64",
41
+ "shape": [
42
+ 16
43
+ ],
44
+ "names": [
45
+ "left_arm_0",
46
+ "left_arm_1",
47
+ "left_arm_2",
48
+ "left_arm_3",
49
+ "left_arm_4",
50
+ "left_arm_5",
51
+ "left_arm_6",
52
+ "right_arm_0",
53
+ "right_arm_1",
54
+ "right_arm_2",
55
+ "right_arm_3",
56
+ "right_arm_4",
57
+ "right_arm_5",
58
+ "right_arm_6",
59
+ "left_robotiq_85_left_knuckle_joint",
60
+ "right_robotiq_85_left_knuckle_joint"
61
+ ]
62
+ },
63
+ "observation.effort": {
64
+ "dtype": "float64",
65
+ "shape": [
66
+ 16
67
+ ],
68
+ "names": [
69
+ "left_arm_0",
70
+ "left_arm_1",
71
+ "left_arm_2",
72
+ "left_arm_3",
73
+ "left_arm_4",
74
+ "left_arm_5",
75
+ "left_arm_6",
76
+ "right_arm_0",
77
+ "right_arm_1",
78
+ "right_arm_2",
79
+ "right_arm_3",
80
+ "right_arm_4",
81
+ "right_arm_5",
82
+ "right_arm_6",
83
+ "left_robotiq_85_left_knuckle_joint",
84
+ "right_robotiq_85_left_knuckle_joint"
85
+ ]
86
+ },
87
+ "action": {
88
+ "dtype": "float64",
89
+ "shape": [
90
+ 16
91
+ ],
92
+ "names": [
93
+ "left_arm_0",
94
+ "left_arm_1",
95
+ "left_arm_2",
96
+ "left_arm_3",
97
+ "left_arm_4",
98
+ "left_arm_5",
99
+ "left_arm_6",
100
+ "right_arm_0",
101
+ "right_arm_1",
102
+ "right_arm_2",
103
+ "right_arm_3",
104
+ "right_arm_4",
105
+ "right_arm_5",
106
+ "right_arm_6",
107
+ "left_robotiq_85_left_knuckle_joint",
108
+ "right_robotiq_85_left_knuckle_joint"
109
+ ]
110
+ },
111
+ "observation.image.head": {
112
+ "dtype": "image",
113
+ "shape": [
114
+ 480,
115
+ 848,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ]
123
+ },
124
+ "observation.image.wrist_right": {
125
+ "dtype": "image",
126
+ "shape": [
127
+ 480,
128
+ 848,
129
+ 3
130
+ ],
131
+ "names": [
132
+ "height",
133
+ "width",
134
+ "channels"
135
+ ]
136
+ },
137
+ "timestamp": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "frame_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "episode_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "task_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ }
172
+ }
173
+ }