goffiojc commited on
Commit
78b3620
·
verified ·
1 Parent(s): f122219

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:093175f07380d94acb789072042305280327174780ae872ba741dfb2404c1522
3
+ size 65466
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["IAM ISA"], "length": 1765}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.99609375, 23.37890625, 5.625, 60.46875, -25.83984375, -0.3478260934352875], "max": [18.10546875, 190.634765625, 157.763671875, 103.359375, -3.1640625, 1.2173912525177002], "mean": [-1.5441361665725708, 37.050132751464844, 15.034625053405762, 78.2630386352539, -12.586435317993164, 0.13903191685676575], "std": [9.6697359085083, 17.506441116333008, 15.973361015319824, 9.624408721923828, 2.435321092605591, 0.3836788535118103], "count": [1765]}, "observation.state": {"min": [-16.083984375, 22.939453125, 8.876953125, 60.556640625, -25.576171875, 0.5677785873413086], "max": [18.193359375, 188.7890625, 165.5859375, 100.1953125, -4.130859375, 0.8516678214073181], "mean": [-1.5225245952606201, 34.02863693237305, 17.130605697631836, 78.560791015625, -12.450739860534668, 0.600783109664917], "std": [9.620404243469238, 19.051898956298828, 17.69110870361328, 9.339740753173828, 2.3763022422790527, 0.09089698642492294], "count": [1765]}, "timestamp": {"min": [0.0], "max": [58.8], "mean": [29.4], "std": [16.983717692739322], "count": [1765]}, "frame_index": {"min": [0], "max": [1764], "mean": [882.0], "std": [509.51153078217965], "count": [1765]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1765]}, "index": {"min": [0], "max": [1764], "mean": [882.0], "std": [509.51153078217965], "count": [1765]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1765]}}}
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1765,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
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": "IAM ISA"}