maxdoesch commited on
Commit
7081e43
·
verified ·
1 Parent(s): 30bca98

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +109 -0
meta/info.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "franka",
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": 10,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
+ "video_path": null,
14
+ "features": {
15
+ "observation.images.primary": {
16
+ "dtype": "image",
17
+ "shape": [
18
+ 256,
19
+ 256,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "channels"
26
+ ]
27
+ },
28
+ "observation.images.wrist": {
29
+ "dtype": "image",
30
+ "shape": [
31
+ 256,
32
+ 256,
33
+ 3
34
+ ],
35
+ "names": [
36
+ "height",
37
+ "width",
38
+ "channels"
39
+ ]
40
+ },
41
+ "observation.state": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 8
45
+ ],
46
+ "names": [
47
+ "joint_0",
48
+ "joint_1",
49
+ "joint_2",
50
+ "joint_3",
51
+ "joint_4",
52
+ "joint_5",
53
+ "joint_6",
54
+ "gripper"
55
+ ]
56
+ },
57
+ "action": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 8
61
+ ],
62
+ "names": [
63
+ "joint_0",
64
+ "joint_1",
65
+ "joint_2",
66
+ "joint_3",
67
+ "joint_4",
68
+ "joint_5",
69
+ "joint_6",
70
+ "gripper"
71
+ ]
72
+ },
73
+ "timestamp": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ },
80
+ "frame_index": {
81
+ "dtype": "int64",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "names": null
86
+ },
87
+ "episode_index": {
88
+ "dtype": "int64",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null
93
+ },
94
+ "index": {
95
+ "dtype": "int64",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "task_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ }
108
+ }
109
+ }