William
commited on
Commit
·
24e5859
1
Parent(s):
961f70c
Added Zarr file and videos with Git LFS tracking
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +2 -0
- replay_buffer.zarr/.zgroup +3 -0
- replay_buffer.zarr/data/.zgroup +3 -0
- replay_buffer.zarr/data/action/.zarray +22 -0
- replay_buffer.zarr/data/action/0.0 +0 -0
- replay_buffer.zarr/data/action/0.1 +0 -0
- replay_buffer.zarr/data/action/1.0 +0 -0
- replay_buffer.zarr/data/action/1.1 +0 -0
- replay_buffer.zarr/data/action/10.0 +0 -0
- replay_buffer.zarr/data/action/10.1 +0 -0
- replay_buffer.zarr/data/action/11.0 +0 -0
- replay_buffer.zarr/data/action/11.1 +0 -0
- replay_buffer.zarr/data/action/12.0 +0 -0
- replay_buffer.zarr/data/action/12.1 +0 -0
- replay_buffer.zarr/data/action/13.0 +0 -0
- replay_buffer.zarr/data/action/13.1 +0 -0
- replay_buffer.zarr/data/action/14.0 +0 -0
- replay_buffer.zarr/data/action/14.1 +0 -0
- replay_buffer.zarr/data/action/15.0 +0 -0
- replay_buffer.zarr/data/action/15.1 +0 -0
- replay_buffer.zarr/data/action/16.0 +0 -0
- replay_buffer.zarr/data/action/16.1 +0 -0
- replay_buffer.zarr/data/action/17.0 +0 -0
- replay_buffer.zarr/data/action/17.1 +0 -0
- replay_buffer.zarr/data/action/18.0 +0 -0
- replay_buffer.zarr/data/action/18.1 +0 -0
- replay_buffer.zarr/data/action/19.0 +0 -0
- replay_buffer.zarr/data/action/19.1 +0 -0
- replay_buffer.zarr/data/action/2.0 +0 -0
- replay_buffer.zarr/data/action/2.1 +0 -0
- replay_buffer.zarr/data/action/20.0 +0 -0
- replay_buffer.zarr/data/action/20.1 +0 -0
- replay_buffer.zarr/data/action/21.0 +0 -0
- replay_buffer.zarr/data/action/21.1 +0 -0
- replay_buffer.zarr/data/action/22.0 +0 -0
- replay_buffer.zarr/data/action/22.1 +0 -0
- replay_buffer.zarr/data/action/23.0 +0 -0
- replay_buffer.zarr/data/action/23.1 +0 -0
- replay_buffer.zarr/data/action/24.0 +0 -0
- replay_buffer.zarr/data/action/24.1 +0 -0
- replay_buffer.zarr/data/action/25.0 +0 -0
- replay_buffer.zarr/data/action/25.1 +0 -0
- replay_buffer.zarr/data/action/26.0 +0 -0
- replay_buffer.zarr/data/action/26.1 +0 -0
- replay_buffer.zarr/data/action/27.0 +0 -0
- replay_buffer.zarr/data/action/27.1 +0 -0
- replay_buffer.zarr/data/action/28.0 +0 -0
- replay_buffer.zarr/data/action/28.1 +0 -0
- replay_buffer.zarr/data/action/29.0 +0 -0
- replay_buffer.zarr/data/action/29.1 +0 -0
.gitattributes
CHANGED
@@ -56,3 +56,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
videos/**/* filter=lfs diff=lfs merge=lfs -text
|
60 |
+
replay_buffer.zarr filter=lfs diff=lfs merge=lfs -text
|
replay_buffer.zarr/.zgroup
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"zarr_format": 2
|
3 |
+
}
|
replay_buffer.zarr/data/.zgroup
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"zarr_format": 2
|
3 |
+
}
|
replay_buffer.zarr/data/action/.zarray
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunks": [
|
3 |
+
449,
|
4 |
+
6
|
5 |
+
],
|
6 |
+
"compressor": {
|
7 |
+
"blocksize": 0,
|
8 |
+
"clevel": 5,
|
9 |
+
"cname": "lz4",
|
10 |
+
"id": "blosc",
|
11 |
+
"shuffle": 1
|
12 |
+
},
|
13 |
+
"dtype": "<f8",
|
14 |
+
"fill_value": 0.0,
|
15 |
+
"filters": null,
|
16 |
+
"order": "C",
|
17 |
+
"shape": [
|
18 |
+
40630,
|
19 |
+
7
|
20 |
+
],
|
21 |
+
"zarr_format": 2
|
22 |
+
}
|
replay_buffer.zarr/data/action/0.0
ADDED
Binary file (16.3 kB). View file
|
|
replay_buffer.zarr/data/action/0.1
ADDED
Binary file (3.02 kB). View file
|
|
replay_buffer.zarr/data/action/1.0
ADDED
Binary file (15.5 kB). View file
|
|
replay_buffer.zarr/data/action/1.1
ADDED
Binary file (5.76 kB). View file
|
|
replay_buffer.zarr/data/action/10.0
ADDED
Binary file (14.4 kB). View file
|
|
replay_buffer.zarr/data/action/10.1
ADDED
Binary file (2.7 kB). View file
|
|
replay_buffer.zarr/data/action/11.0
ADDED
Binary file (15.8 kB). View file
|
|
replay_buffer.zarr/data/action/11.1
ADDED
Binary file (3.42 kB). View file
|
|
replay_buffer.zarr/data/action/12.0
ADDED
Binary file (13.4 kB). View file
|
|
replay_buffer.zarr/data/action/12.1
ADDED
Binary file (3.9 kB). View file
|
|
replay_buffer.zarr/data/action/13.0
ADDED
Binary file (14.8 kB). View file
|
|
replay_buffer.zarr/data/action/13.1
ADDED
Binary file (3.32 kB). View file
|
|
replay_buffer.zarr/data/action/14.0
ADDED
Binary file (15.3 kB). View file
|
|
replay_buffer.zarr/data/action/14.1
ADDED
Binary file (3.68 kB). View file
|
|
replay_buffer.zarr/data/action/15.0
ADDED
Binary file (15.4 kB). View file
|
|
replay_buffer.zarr/data/action/15.1
ADDED
Binary file (3.25 kB). View file
|
|
replay_buffer.zarr/data/action/16.0
ADDED
Binary file (15 kB). View file
|
|
replay_buffer.zarr/data/action/16.1
ADDED
Binary file (5.04 kB). View file
|
|
replay_buffer.zarr/data/action/17.0
ADDED
Binary file (15.4 kB). View file
|
|
replay_buffer.zarr/data/action/17.1
ADDED
Binary file (4.78 kB). View file
|
|
replay_buffer.zarr/data/action/18.0
ADDED
Binary file (15.6 kB). View file
|
|
replay_buffer.zarr/data/action/18.1
ADDED
Binary file (2.96 kB). View file
|
|
replay_buffer.zarr/data/action/19.0
ADDED
Binary file (14.8 kB). View file
|
|
replay_buffer.zarr/data/action/19.1
ADDED
Binary file (2.43 kB). View file
|
|
replay_buffer.zarr/data/action/2.0
ADDED
Binary file (15.6 kB). View file
|
|
replay_buffer.zarr/data/action/2.1
ADDED
Binary file (4.26 kB). View file
|
|
replay_buffer.zarr/data/action/20.0
ADDED
Binary file (15.4 kB). View file
|
|
replay_buffer.zarr/data/action/20.1
ADDED
Binary file (5.62 kB). View file
|
|
replay_buffer.zarr/data/action/21.0
ADDED
Binary file (15.2 kB). View file
|
|
replay_buffer.zarr/data/action/21.1
ADDED
Binary file (5.82 kB). View file
|
|
replay_buffer.zarr/data/action/22.0
ADDED
Binary file (16.1 kB). View file
|
|
replay_buffer.zarr/data/action/22.1
ADDED
Binary file (3.06 kB). View file
|
|
replay_buffer.zarr/data/action/23.0
ADDED
Binary file (15.8 kB). View file
|
|
replay_buffer.zarr/data/action/23.1
ADDED
Binary file (3 kB). View file
|
|
replay_buffer.zarr/data/action/24.0
ADDED
Binary file (15.4 kB). View file
|
|
replay_buffer.zarr/data/action/24.1
ADDED
Binary file (5.44 kB). View file
|
|
replay_buffer.zarr/data/action/25.0
ADDED
Binary file (15 kB). View file
|
|
replay_buffer.zarr/data/action/25.1
ADDED
Binary file (2.99 kB). View file
|
|
replay_buffer.zarr/data/action/26.0
ADDED
Binary file (15.1 kB). View file
|
|
replay_buffer.zarr/data/action/26.1
ADDED
Binary file (3.28 kB). View file
|
|
replay_buffer.zarr/data/action/27.0
ADDED
Binary file (15.1 kB). View file
|
|
replay_buffer.zarr/data/action/27.1
ADDED
Binary file (4.89 kB). View file
|
|
replay_buffer.zarr/data/action/28.0
ADDED
Binary file (15.1 kB). View file
|
|
replay_buffer.zarr/data/action/28.1
ADDED
Binary file (5.24 kB). View file
|
|
replay_buffer.zarr/data/action/29.0
ADDED
Binary file (15.5 kB). View file
|
|
replay_buffer.zarr/data/action/29.1
ADDED
Binary file (6.2 kB). View file
|
|