nik658 commited on
Commit
d998d4f
·
verified ·
1 Parent(s): a31ed2c

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aed99b981fc253ecc9a6325a58642ad3a33a490edd9ac1c79f636daace86a851
3
- size 12044
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2372483fd901f4f72bdf72dadf0b7a06d4b268c0fa93e78749ccadf76e1ba29
3
+ size 33889
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["ur10e_manipulation"], "length": 433}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.kinect_rgb": {"min": [[[0.00392156862745098]], [[0.00392156862745098]], [[0.00392156862745098]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[0.996078431372549]]], "mean": [[[0.3816653492647059]], [[0.413425925245098]], [[0.4374092320261438]]], "std": [[[0.24082126484239819]], [[0.22014368054956157]], [[0.24123498560163215]]], "count": [100]}, "observation.kinect_depth": {"min": [[[0.12156862745098039]], [[0.12156862745098039]], [[0.12156862745098039]]], "max": [[[0.40784313725490196]], [[0.40784313725490196]], [[0.40784313725490196]]], "mean": [[[0.22337689133986927]], [[0.22337689133986927]], [[0.22337689133986927]]], "std": [[[0.08783701112790794]], [[0.08783701112790794]], [[0.08783701112790794]]], "count": [100]}, "observation.state": {"min": [-0.4459773898124695, -0.6388076543807983, 0.02625100314617157, -2.834543466567993, 1.271348476409912, -0.023940501734614372], "max": [-0.3158537745475769, -0.5748764872550964, 0.21877706050872803, -2.8130998611450195, 1.2810684442520142, -0.019374802708625793], "mean": [-0.3608654737472534, -0.5987850427627563, 0.08580835163593292, -2.818730592727661, 1.2739696502685547, -0.02059268020093441], "std": [0.02996356040239334, 0.01853463612496853, 0.06163036450743675, 0.006405020132660866, 0.002880457090213895, 0.001335931126959622], "count": [433]}, "action": {"min": [-0.0009999333415180445, -0.0008906808216124773, -0.0009999694302678108, 0.0], "max": [0.0009999694302678108, 0.0008004894480109215, 0.0009972727857530117, 3.740360018239519e-12], "mean": [0.00021108365035615861, 2.885511639760807e-05, -0.0004899137420579791, 2.8794143041048145e-14], "std": [0.000766091572586447, 0.00042464351281523705, 0.0006067818612791598, 2.5004968256560345e-13], "count": [433]}, "timestamp": {"min": [0.0], "max": [28.799999237060547], "mean": [14.40000057220459], "std": [8.333066940307617], "count": [433]}, "next.reward": {"min": [0.0], "max": [1.0], "mean": [0.0023094688076525927], "std": [0.04800140857696533], "count": [433]}, "next.done": {"min": [false], "max": [false], "mean": [0.0], "std": [0.0], "count": [433]}, "frame_index": {"min": [0], "max": [432], "mean": [216.0], "std": [124.99599993599796], "count": [433]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [433]}, "index": {"min": [0], "max": [432], "mean": [216.0], "std": [124.99599993599796], "count": [433]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [433]}}}
meta/info.json CHANGED
@@ -1,14 +1,16 @@
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": null,
4
- "total_episodes": 0,
5
- "total_frames": 0,
6
- "total_tasks": 0,
7
- "total_videos": 0,
8
- "total_chunks": 0,
9
  "chunks_size": 1000,
10
  "fps": 15,
11
- "splits": {},
 
 
12
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
  "features": {
@@ -23,7 +25,17 @@
23
  "height",
24
  "width",
25
  "channel"
26
- ]
 
 
 
 
 
 
 
 
 
 
27
  },
28
  "observation.kinect_depth": {
29
  "dtype": "video",
@@ -36,7 +48,17 @@
36
  "height",
37
  "width",
38
  "channel"
39
- ]
 
 
 
 
 
 
 
 
 
 
40
  },
41
  "observation.state": {
42
  "dtype": "float32",
 
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": null,
4
+ "total_episodes": 1,
5
+ "total_frames": 433,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 15,
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": {
 
25
  "height",
26
  "width",
27
  "channel"
28
+ ],
29
+ "info": {
30
+ "video.height": 480,
31
+ "video.width": 640,
32
+ "video.codec": "av1",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 15,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
  },
40
  "observation.kinect_depth": {
41
  "dtype": "video",
 
48
  "height",
49
  "width",
50
  "channel"
51
+ ],
52
+ "info": {
53
+ "video.height": 480,
54
+ "video.width": 640,
55
+ "video.codec": "av1",
56
+ "video.pix_fmt": "yuv420p",
57
+ "video.is_depth_map": false,
58
+ "video.fps": 15,
59
+ "video.channels": 3,
60
+ "has_audio": false
61
+ }
62
  },
63
  "observation.state": {
64
  "dtype": "float32",
videos/chunk-000/observation.kinect_depth/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9ede7e3eb985c128c1c93b45f25207b9d61a44970e73923a8d64a138b67f4a
3
+ size 3367138
videos/chunk-000/observation.kinect_rgb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df19291e7494af12ff7013c6e61fe53cc465fc55b7c22e54ba83d0c85eae8d4
3
+ size 7203354