William
commited on
Commit
•
f666f80
1
Parent(s):
6bfc391
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/100.0 +0 -0
- replay_buffer.zarr/data/action/100.1 +0 -0
- replay_buffer.zarr/data/action/101.0 +0 -0
- replay_buffer.zarr/data/action/101.1 +0 -0
- replay_buffer.zarr/data/action/102.0 +0 -0
- replay_buffer.zarr/data/action/102.1 +0 -0
- replay_buffer.zarr/data/action/103.0 +0 -0
- replay_buffer.zarr/data/action/103.1 +0 -0
- replay_buffer.zarr/data/action/104.0 +0 -0
- replay_buffer.zarr/data/action/104.1 +0 -0
- replay_buffer.zarr/data/action/105.0 +0 -0
- replay_buffer.zarr/data/action/105.1 +0 -0
- replay_buffer.zarr/data/action/106.0 +0 -0
- replay_buffer.zarr/data/action/106.1 +0 -0
- replay_buffer.zarr/data/action/107.0 +0 -0
- replay_buffer.zarr/data/action/107.1 +0 -0
- replay_buffer.zarr/data/action/108.0 +0 -0
- replay_buffer.zarr/data/action/108.1 +0 -0
- replay_buffer.zarr/data/action/109.0 +0 -0
- replay_buffer.zarr/data/action/109.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/110.0 +0 -0
- replay_buffer.zarr/data/action/110.1 +0 -0
- replay_buffer.zarr/data/action/111.0 +0 -0
- replay_buffer.zarr/data/action/111.1 +0 -0
- replay_buffer.zarr/data/action/112.0 +0 -0
- replay_buffer.zarr/data/action/112.1 +0 -0
- replay_buffer.zarr/data/action/113.0 +0 -0
- replay_buffer.zarr/data/action/113.1 +0 -0
- replay_buffer.zarr/data/action/114.0 +0 -0
- replay_buffer.zarr/data/action/114.1 +0 -0
- replay_buffer.zarr/data/action/115.0 +0 -0
- replay_buffer.zarr/data/action/115.1 +0 -0
- replay_buffer.zarr/data/action/116.0 +0 -0
- replay_buffer.zarr/data/action/116.1 +0 -0
- replay_buffer.zarr/data/action/117.0 +0 -0
- replay_buffer.zarr/data/action/117.1 +0 -0
- replay_buffer.zarr/data/action/118.0 +0 -0
- replay_buffer.zarr/data/action/118.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 |
+
123,
|
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 |
+
15252,
|
19 |
+
7
|
20 |
+
],
|
21 |
+
"zarr_format": 2
|
22 |
+
}
|
replay_buffer.zarr/data/action/0.0
ADDED
Binary file (4.47 kB). View file
|
|
replay_buffer.zarr/data/action/0.1
ADDED
Binary file (1.43 kB). View file
|
|
replay_buffer.zarr/data/action/1.0
ADDED
Binary file (4.63 kB). View file
|
|
replay_buffer.zarr/data/action/1.1
ADDED
Binary file (522 Bytes). View file
|
|
replay_buffer.zarr/data/action/10.0
ADDED
Binary file (4.63 kB). View file
|
|
replay_buffer.zarr/data/action/10.1
ADDED
Binary file (1.06 kB). View file
|
|
replay_buffer.zarr/data/action/100.0
ADDED
Binary file (4.52 kB). View file
|
|
replay_buffer.zarr/data/action/100.1
ADDED
Binary file (973 Bytes). View file
|
|
replay_buffer.zarr/data/action/101.0
ADDED
Binary file (4.4 kB). View file
|
|
replay_buffer.zarr/data/action/101.1
ADDED
Binary file (1.17 kB). View file
|
|
replay_buffer.zarr/data/action/102.0
ADDED
Binary file (4.28 kB). View file
|
|
replay_buffer.zarr/data/action/102.1
ADDED
Binary file (1.13 kB). View file
|
|
replay_buffer.zarr/data/action/103.0
ADDED
Binary file (4.44 kB). View file
|
|
replay_buffer.zarr/data/action/103.1
ADDED
Binary file (1.42 kB). View file
|
|
replay_buffer.zarr/data/action/104.0
ADDED
Binary file (4.46 kB). View file
|
|
replay_buffer.zarr/data/action/104.1
ADDED
Binary file (868 Bytes). View file
|
|
replay_buffer.zarr/data/action/105.0
ADDED
Binary file (4.54 kB). View file
|
|
replay_buffer.zarr/data/action/105.1
ADDED
Binary file (1.22 kB). View file
|
|
replay_buffer.zarr/data/action/106.0
ADDED
Binary file (4.37 kB). View file
|
|
replay_buffer.zarr/data/action/106.1
ADDED
Binary file (980 Bytes). View file
|
|
replay_buffer.zarr/data/action/107.0
ADDED
Binary file (4.39 kB). View file
|
|
replay_buffer.zarr/data/action/107.1
ADDED
Binary file (736 Bytes). View file
|
|
replay_buffer.zarr/data/action/108.0
ADDED
Binary file (4.11 kB). View file
|
|
replay_buffer.zarr/data/action/108.1
ADDED
Binary file (864 Bytes). View file
|
|
replay_buffer.zarr/data/action/109.0
ADDED
Binary file (4.54 kB). View file
|
|
replay_buffer.zarr/data/action/109.1
ADDED
Binary file (1.04 kB). View file
|
|
replay_buffer.zarr/data/action/11.0
ADDED
Binary file (4.48 kB). View file
|
|
replay_buffer.zarr/data/action/11.1
ADDED
Binary file (950 Bytes). View file
|
|
replay_buffer.zarr/data/action/110.0
ADDED
Binary file (4.52 kB). View file
|
|
replay_buffer.zarr/data/action/110.1
ADDED
Binary file (862 Bytes). View file
|
|
replay_buffer.zarr/data/action/111.0
ADDED
Binary file (4.35 kB). View file
|
|
replay_buffer.zarr/data/action/111.1
ADDED
Binary file (1.03 kB). View file
|
|
replay_buffer.zarr/data/action/112.0
ADDED
Binary file (4.48 kB). View file
|
|
replay_buffer.zarr/data/action/112.1
ADDED
Binary file (665 Bytes). View file
|
|
replay_buffer.zarr/data/action/113.0
ADDED
Binary file (4.52 kB). View file
|
|
replay_buffer.zarr/data/action/113.1
ADDED
Binary file (798 Bytes). View file
|
|
replay_buffer.zarr/data/action/114.0
ADDED
Binary file (4.96 kB). View file
|
|
replay_buffer.zarr/data/action/114.1
ADDED
Binary file (1.26 kB). View file
|
|
replay_buffer.zarr/data/action/115.0
ADDED
Binary file (4.4 kB). View file
|
|
replay_buffer.zarr/data/action/115.1
ADDED
Binary file (1.1 kB). View file
|
|
replay_buffer.zarr/data/action/116.0
ADDED
Binary file (4.4 kB). View file
|
|
replay_buffer.zarr/data/action/116.1
ADDED
Binary file (759 Bytes). View file
|
|
replay_buffer.zarr/data/action/117.0
ADDED
Binary file (4.41 kB). View file
|
|
replay_buffer.zarr/data/action/117.1
ADDED
Binary file (1.1 kB). View file
|
|
replay_buffer.zarr/data/action/118.0
ADDED
Binary file (4.46 kB). View file
|
|
replay_buffer.zarr/data/action/118.1
ADDED
Binary file (1.55 kB). View file
|
|