Lisa Yan commited on
Commit
d300065
·
verified ·
1 Parent(s): 31bcacf

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:78305822e255cb7ae1f4c158cf337720af32f86903af91d26716d3603427bd06
3
+ size 24201
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Throw the chip bag"], "length": 511}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-12.970711708068848, -99.36406707763672, -72.79317474365234, -86.2344970703125, -100.0, 0.7311128973960876], "max": [29.623430252075195, -9.856915473937988, 99.65885162353516, 75.83032989501953, -97.9410400390625, 100.0], "mean": [0.7757360935211182, -84.93656158447266, -2.745821952819824, 25.975969314575195, -98.94149780273438, 31.432506561279297], "std": [8.309122085571289, 31.542909622192383, 59.13109588623047, 50.641334533691406, 0.37216076254844666, 42.365413665771484], "count": [511]}, "observation.state": {"min": [-12.380952835083008, -99.49832916259766, -72.93095397949219, -86.00296020507812, -97.47975158691406, 2.064056873321533], "max": [29.192546844482422, -9.615385055541992, 99.26840209960938, 75.45588684082031, -97.47975158691406, 99.85765075683594], "mean": [0.327131450176239, -86.0033187866211, -2.7143971920013428, 26.954898834228516, -97.48020935058594, 31.003204345703125], "std": [7.882258415222168, 30.97255516052246, 60.1683349609375, 49.701026916503906, 0.000457763671875, 40.59504699707031], "count": [511]}, "timestamp": {"min": [0.0], "max": [17.0], "mean": [8.5], "std": [4.917090377222873], "count": [511]}, "frame_index": {"min": [0], "max": [510], "mean": [255.0], "std": [147.5127113166862], "count": [511]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [511]}, "index": {"min": [0], "max": [510], "mean": [255.0], "std": [147.5127113166862], "count": [511]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [511]}}}
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 511,
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.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "timestamp": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "frame_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "episode_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "task_index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ }
80
+ }
81
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Throw the chip bag"}