Rick0331 commited on
Commit
706d0c7
·
verified ·
1 Parent(s): 45cc726

Upload folder using huggingface_hub

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