paszea commited on
Commit
398706f
·
verified ·
1 Parent(s): e7b1bd3

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:3ebdea6759bcb78a38e50898636f6bbc753e023fc28c83507f140bc258964d44
3
+ size 84226
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["move"], "length": 704}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-23.73046875, -9.052734375, -0.439453125, 0.87890625, -102.392578125, -0.3770028352737427], "max": [46.845703125, 146.6015625, 104.4140625, 79.716796875, -92.548828125, 44.58058547973633], "mean": [-3.358320713043213, 71.84967803955078, 52.808738708496094, 27.532611846923828, -96.3376693725586, 20.444791793823242], "std": [18.692777633666992, 57.310340881347656, 38.477020263671875, 30.631807327270508, 3.1563525199890137, 19.434303283691406], "count": [704]}, "observation.state": {"min": [-22.587890625, -6.943359375, 5.888671875, 0.52734375, -101.42578125, 0.4761905074119568], "max": [45.87890625, 147.744140625, 101.337890625, 73.4765625, -92.28515625, 43.619049072265625], "mean": [-2.949079990386963, 74.75344848632812, 52.3966178894043, 26.475677490234375, -95.84064483642578, 23.073667526245117], "std": [18.052825927734375, 58.2442626953125, 35.37646484375, 28.515439987182617, 3.074042320251465, 17.085796356201172], "count": [704]}, "observation.environment_state": {"min": [0.0622614324092865, 0.4019124209880829, 0.3244984447956085, 0.3797914683818817, 0.0928337424993515, 0.3775583505630493, 0.3845840096473694, 0.3601914942264557, 0.08452709019184113, 0.29628294706344604, 0.3693597614765167, 0.262399822473526], "max": [0.43681055307388306, 0.7767057418823242, 0.8529021143913269, 0.8530195355415344, 0.5006639957427979, 0.728866457939148, 0.9229246973991394, 0.7993649244308472, 0.4326991140842438, 0.6741068959236145, 0.8488971590995789, 0.7167200446128845], "mean": [0.3331679403781891, 0.5437594056129456, 0.6869921088218689, 0.5666532516479492, 0.39190131425857544, 0.5099601745605469, 0.7611159682273865, 0.526764988899231, 0.33848118782043457, 0.44342076778411865, 0.7035237550735474, 0.43919190764427185], "std": [0.10730041563510895, 0.1425621062517166, 0.14282487332820892, 0.17390955984592438, 0.1182764321565628, 0.12868228554725647, 0.14941464364528656, 0.15705114603042603, 0.10066358745098114, 0.1401391178369522, 0.1330372542142868, 0.1675053983926773], "count": [704]}, "timestamp": {"min": [0.0], "max": [23.433333333333334], "mean": [11.716666666666667], "std": [6.774236324323043], "count": [704]}, "frame_index": {"min": [0], "max": [703], "mean": [351.5], "std": [203.2270897296913], "count": [704]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [704]}, "index": {"min": [0], "max": [703], "mean": [351.5], "std": [203.2270897296913], "count": [704]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [704]}}}
meta/info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 1,
5
+ "total_frames": 704,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
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
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan",
24
+ "shoulder_lift",
25
+ "elbow_flex",
26
+ "wrist_flex",
27
+ "wrist_roll",
28
+ "gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan",
38
+ "shoulder_lift",
39
+ "elbow_flex",
40
+ "wrist_flex",
41
+ "wrist_roll",
42
+ "gripper"
43
+ ]
44
+ },
45
+ "observation.environment_state": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 12
49
+ ],
50
+ "name": [
51
+ "x11",
52
+ "y11",
53
+ "x12",
54
+ "y12",
55
+ "x21",
56
+ "y21",
57
+ "x22",
58
+ "y22",
59
+ "x31",
60
+ "y31",
61
+ "x32",
62
+ "y32"
63
+ ]
64
+ },
65
+ "timestamp": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "frame_index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "episode_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ },
93
+ "task_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ }
100
+ }
101
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "move"}