Wanacola commited on
Commit
8e58a84
·
verified ·
1 Parent(s): c0a0341

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:b3609fbecfda88827163708e7032d07f063487ebe718819947202ae990392fdf
3
+ size 19635
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 894}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-238.798828125, 104.853515625, -68.203125, -13.095703125, 216.03515625, 66.884765625, -37.353515625, 97.646484375, 0.0, 0.0, 0.0], "max": [-238.798828125, 104.94140625, -68.203125, -13.0078125, 216.123046875, 66.97265625, -37.265625, 97.646484375, 0.0, 0.0, 0.0], "mean": [-238.7971954345703, 104.93888092041016, -68.203125, -13.08154582977295, 216.12445068359375, 66.90911865234375, -37.33293914794922, 97.647705078125, 0.0, 0.0, 0.0], "std": [0.0016326904296875, 0.010972490534186363, 0.0, 0.03230859339237213, 0.004450176376849413, 0.03954549506306648, 0.03719834238290787, 0.001220703125, 0.0, 0.0, 0.0], "count": [894]}, "observation.state": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [894]}, "timestamp": {"min": [0.0], "max": [29.766666666666666], "mean": [14.883333333333335], "std": [8.602513629209822], "count": [894]}, "frame_index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [894]}, "index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [894]}}}
meta/info.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "lekiwi",
4
+ "total_episodes": 1,
5
+ "total_frames": 894,
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
+ 11
21
+ ],
22
+ "names": [
23
+ "shoulder_pan",
24
+ "shoulder_lift",
25
+ "elbow_flex",
26
+ "wrist_flex",
27
+ "wrist_roll",
28
+ "wrist_1",
29
+ "wrist_2",
30
+ "gripper",
31
+ "x_mm",
32
+ "y_mm",
33
+ "theta"
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 11
40
+ ],
41
+ "names": [
42
+ "shoulder_pan",
43
+ "shoulder_lift",
44
+ "elbow_flex",
45
+ "wrist_flex",
46
+ "wrist_roll",
47
+ "wrist_1",
48
+ "wrist_2",
49
+ "gripper",
50
+ "x_mm",
51
+ "y_mm",
52
+ "theta"
53
+ ]
54
+ },
55
+ "timestamp": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 1
59
+ ],
60
+ "names": null
61
+ },
62
+ "frame_index": {
63
+ "dtype": "int64",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "names": null
68
+ },
69
+ "episode_index": {
70
+ "dtype": "int64",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": null
75
+ },
76
+ "index": {
77
+ "dtype": "int64",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "task_index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ }
90
+ }
91
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}