asterism45 commited on
Commit
c1ac6d0
·
verified ·
1 Parent(s): 4e28914

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. meta/info.json +141 -0
  2. meta/tasks.parquet +3 -0
meta/info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "openarm_udp_listener",
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": 20,
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
+ "joint_1.pos",
19
+ "joint_1.vel",
20
+ "joint_1.torque",
21
+ "joint_2.pos",
22
+ "joint_2.vel",
23
+ "joint_2.torque",
24
+ "joint_3.pos",
25
+ "joint_3.vel",
26
+ "joint_3.torque",
27
+ "joint_4.pos",
28
+ "joint_4.vel",
29
+ "joint_4.torque",
30
+ "joint_5.pos",
31
+ "joint_5.vel",
32
+ "joint_5.torque",
33
+ "joint_6.pos",
34
+ "joint_6.vel",
35
+ "joint_6.torque",
36
+ "joint_7.pos",
37
+ "joint_7.vel",
38
+ "joint_7.torque",
39
+ "gripper.pos",
40
+ "gripper.vel",
41
+ "gripper.torque"
42
+ ],
43
+ "shape": [
44
+ 24
45
+ ]
46
+ },
47
+ "observation.state": {
48
+ "dtype": "float32",
49
+ "names": [
50
+ "joint_1.pos",
51
+ "joint_1.vel",
52
+ "joint_1.torque",
53
+ "joint_2.pos",
54
+ "joint_2.vel",
55
+ "joint_2.torque",
56
+ "joint_3.pos",
57
+ "joint_3.vel",
58
+ "joint_3.torque",
59
+ "joint_4.pos",
60
+ "joint_4.vel",
61
+ "joint_4.torque",
62
+ "joint_5.pos",
63
+ "joint_5.vel",
64
+ "joint_5.torque",
65
+ "joint_6.pos",
66
+ "joint_6.vel",
67
+ "joint_6.torque",
68
+ "joint_7.pos",
69
+ "joint_7.vel",
70
+ "joint_7.torque",
71
+ "gripper.pos",
72
+ "gripper.vel",
73
+ "gripper.torque"
74
+ ],
75
+ "shape": [
76
+ 24
77
+ ]
78
+ },
79
+ "observation.images.cam_right_hand": {
80
+ "dtype": "video",
81
+ "shape": [
82
+ 480,
83
+ 640,
84
+ 3
85
+ ],
86
+ "names": [
87
+ "height",
88
+ "width",
89
+ "channels"
90
+ ]
91
+ },
92
+ "observation.images.cam_ego": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 480,
96
+ 640,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channels"
103
+ ]
104
+ },
105
+ "timestamp": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "frame_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "episode_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "task_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ }
140
+ }
141
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b232133bba77e5eaa796ba8ee61ef6393be95ac9564216721ecf279f1bd6c207
3
+ size 2173