joenewbry commited on
Commit
cdcd245
·
verified ·
1 Parent(s): d2b3f3c

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:5a73afeec009991defcc0d194483791b9ae4924c5e57296689277faa859a430d
3
+ size 3979
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Test fixed velocity control"], "length": 19}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [375.0, 375.0, 375.0, 375.0, 375.0, 375.0], "max": [375.0, 375.0, 375.0, 375.0, 375.0, 375.0], "mean": [375.0, 375.0, 375.0, 375.0, 375.0, 375.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [19]}, "observation.state": {"min": [375.0, 375.0, 375.0, 375.0, 375.0, 375.0], "max": [375.0, 375.0, 375.0, 375.0, 375.0, 375.0], "mean": [375.0, 375.0, 375.0, 375.0, 375.0, 375.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [19]}, "observation.images.cam_1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4492739723082215]], [[0.4562986756105951]], [[0.4424612250601995]]], "std": [[[0.30713181220831787]], [[0.29439893945675477]], [[0.28458415398159537]]], "count": [19]}, "timestamp": {"min": [0.0], "max": [0.6], "mean": [0.3], "std": [0.18257418583505536], "count": [19]}, "frame_index": {"min": [0], "max": [18], "mean": [9.0], "std": [5.477225575051661], "count": [19]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [19]}, "index": {"min": [0], "max": [18], "mean": [9.0], "std": [5.477225575051661], "count": [19]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [19]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "chess_robot",
4
+ "total_episodes": 1,
5
+ "total_frames": 19,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "gripper.pos",
24
+ "wrist_roll.pos",
25
+ "wrist_pitch.pos",
26
+ "elbow.pos",
27
+ "shoulder.pos",
28
+ "base.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "gripper.pos",
38
+ "wrist_roll.pos",
39
+ "wrist_pitch.pos",
40
+ "elbow.pos",
41
+ "shoulder.pos",
42
+ "base.pos"
43
+ ]
44
+ },
45
+ "observation.images.cam_1": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 960,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 960,
59
+ "video.width": 1280,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Test fixed velocity control"}
videos/chunk-000/observation.images.cam_1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fddcdd5312755833df6b7869c0e3f7bfef82a4980e28e06fea7ef64843ec4167
3
+ size 767543