NLTuan commited on
Commit
f2ac18e
·
verified ·
1 Parent(s): 365e8dc

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa3a8f33319f2eaf2ab0450ebc7ea338e8318674f93015d020a6cd3ddacac4c
3
+ size 35912
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Fixed torque control - no jumping when re-enabled"], "length": 1572}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [86.0, 22.0, 90.0, 90.0, 90.0, 90.0, 0.0, 0.0, 0.0], "max": [100.0, 94.0, 98.0, 98.0, 94.0, 90.0, 0.0, 0.0, 0.0], "mean": [88.7022933959961, 60.41348648071289, 92.93511199951172, 93.60050964355469, 90.37913513183594, 90.0, 0.0, 0.0, 0.0], "std": [2.8687243461608887, 28.06052017211914, 3.2146880626678467, 3.9704043865203857, 1.0307101011276245, 0.0, 0.0, 0.0, 0.0], "count": [1572]}, "observation.state": {"min": [32.0, 7.0, 40.0, 89.0, 90.0, 90.0], "max": [98.0, 95.0, 97.0, 98.0, 94.0, 92.0], "mean": [82.94020080566406, 47.14822006225586, 82.5788803100586, 93.29389190673828, 90.33396911621094, 90.8759536743164], "std": [15.061444282531738, 29.658658981323242, 17.750473022460938, 3.950054168701172, 0.9503141045570374, 0.3315567672252655], "count": [1572]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5956227524476992]], [[0.5720691048507757]], [[0.5647927330235977]]], "std": [[[0.2210727505444058]], [[0.2155083575252519]], [[0.21298228603118688]]], "count": [249]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5503084667099771]], [[0.5295884050909521]], [[0.5236933050830774]]], "std": [[[0.24024459216672717]], [[0.264835678127702]], [[0.24925340054662293]]], "count": [249]}, "timestamp": {"min": [0.0], "max": [52.36666666666667], "mean": [26.18333333333333], "std": [15.126573992174857], "count": [1572]}, "frame_index": {"min": [0], "max": [1571], "mean": [785.5], "std": [453.79721976524564], "count": [1572]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1572]}, "index": {"min": [0], "max": [1571], "mean": [785.5], "std": [453.79721976524564], "count": [1572]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1572]}}}
meta/info.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "rosmaster",
4
+ "total_episodes": 1,
5
+ "total_frames": 1572,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 9
21
+ ],
22
+ "names": [
23
+ "servo_1",
24
+ "servo_2",
25
+ "servo_3",
26
+ "servo_4",
27
+ "servo_5",
28
+ "servo_6",
29
+ "v_x",
30
+ "v_y",
31
+ "v_z"
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 6
38
+ ],
39
+ "names": [
40
+ "servo_1",
41
+ "servo_2",
42
+ "servo_3",
43
+ "servo_4",
44
+ "servo_5",
45
+ "servo_6"
46
+ ]
47
+ },
48
+ "observation.images.front": {
49
+ "dtype": "video",
50
+ "shape": [
51
+ 480,
52
+ 640,
53
+ 3
54
+ ],
55
+ "names": [
56
+ "height",
57
+ "width",
58
+ "channels"
59
+ ],
60
+ "info": {
61
+ "video.height": 480,
62
+ "video.width": 640,
63
+ "video.codec": "av1",
64
+ "video.pix_fmt": "yuv420p",
65
+ "video.is_depth_map": false,
66
+ "video.fps": 30,
67
+ "video.channels": 3,
68
+ "has_audio": false
69
+ }
70
+ },
71
+ "observation.images.wrist": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 480,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.codec": "av1",
87
+ "video.pix_fmt": "yuv420p",
88
+ "video.is_depth_map": false,
89
+ "video.fps": 30,
90
+ "video.channels": 3,
91
+ "has_audio": false
92
+ }
93
+ },
94
+ "timestamp": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "episode_index": {
109
+ "dtype": "int64",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "task_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ }
129
+ }
130
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Fixed torque control - no jumping when re-enabled"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338cf54325122851d999dd27b2261ab6a089a1ed25d0bb0fe06367f47a0ba63e
3
+ size 11029215
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797d12928f23b06b9ebc79f516bb6401edfbba98aacf4d84f92867ab6ce798d5
3
+ size 19358211