From cde866dac052ccfb0501f7985de249fed70d15d0 Mon Sep 17 00:00:00 2001 From: Cadene Date: Sat, 9 Mar 2024 14:18:47 +0000 Subject: [PATCH] reupload --- tests/data/pusht/action.memmap | 3 +++ tests/data/pusht/episode.memmap | 3 +++ tests/data/pusht/frame_id.memmap | 3 +++ tests/data/pusht/meta.json | 1 + tests/data/pusht/next/done.memmap | 3 +++ tests/data/pusht/next/meta.json | 1 + tests/data/pusht/next/observation/image.memmap | 3 +++ tests/data/pusht/next/observation/meta.json | 1 + tests/data/pusht/next/observation/state.memmap | 3 +++ tests/data/pusht/next/reward.memmap | 3 +++ tests/data/pusht/next/success.memmap | 3 +++ tests/data/pusht/observation/image.memmap | 3 +++ tests/data/pusht/observation/meta.json | 1 + tests/data/pusht/observation/state.memmap | 3 +++ tests/data/pusht/stats.pth | Bin 0 -> 4498 bytes 15 files changed, 34 insertions(+) create mode 100644 tests/data/pusht/action.memmap create mode 100644 tests/data/pusht/episode.memmap create mode 100644 tests/data/pusht/frame_id.memmap create mode 100644 tests/data/pusht/meta.json create mode 100644 tests/data/pusht/next/done.memmap create mode 100644 tests/data/pusht/next/meta.json create mode 100644 tests/data/pusht/next/observation/image.memmap create mode 100644 tests/data/pusht/next/observation/meta.json create mode 100644 tests/data/pusht/next/observation/state.memmap create mode 100644 tests/data/pusht/next/reward.memmap create mode 100644 tests/data/pusht/next/success.memmap create mode 100644 tests/data/pusht/observation/image.memmap create mode 100644 tests/data/pusht/observation/meta.json create mode 100644 tests/data/pusht/observation/state.memmap create mode 100644 tests/data/pusht/stats.pth diff --git a/tests/data/pusht/action.memmap b/tests/data/pusht/action.memmap new file mode 100644 index 00000000..f4127fb1 --- /dev/null +++ b/tests/data/pusht/action.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba17d8e5c30151ea5f7f6fc31f19e12a68ce2113774b74c8aca0c7ef962a75f4 +size 400 diff --git a/tests/data/pusht/episode.memmap b/tests/data/pusht/episode.memmap new file mode 100644 index 00000000..af9fb07f --- /dev/null +++ b/tests/data/pusht/episode.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a12e561363385e9dfeeab326368731c030ed4b374e7f5897ac819159d2884c5 +size 400 diff --git a/tests/data/pusht/frame_id.memmap b/tests/data/pusht/frame_id.memmap new file mode 100644 index 00000000..dc2f585c --- /dev/null +++ b/tests/data/pusht/frame_id.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c202d9cfc7858fd49d522047e16948359bbbb2eda2d3825d552e45a78d5f8585 +size 400 diff --git a/tests/data/pusht/meta.json b/tests/data/pusht/meta.json new file mode 100644 index 00000000..6f7c4218 --- /dev/null +++ b/tests/data/pusht/meta.json @@ -0,0 +1 @@ +{"action": {"device": "cpu", "shape": [50, 2], "dtype": "torch.float32"}, "episode": {"device": "cpu", "shape": [50], "dtype": "torch.int64"}, "frame_id": {"device": "cpu", "shape": [50], "dtype": "torch.int64"}, "shape": [50], "device": "cpu", "_type": ""} \ No newline at end of file diff --git a/tests/data/pusht/next/done.memmap b/tests/data/pusht/next/done.memmap new file mode 100644 index 00000000..44fd709f --- /dev/null +++ b/tests/data/pusht/next/done.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2786e1f9910a9d811400edcddaf7075195f7a16b216dcbefba3bc7c4f2ae51 +size 50 diff --git a/tests/data/pusht/next/meta.json b/tests/data/pusht/next/meta.json new file mode 100644 index 00000000..b29a9ff7 --- /dev/null +++ b/tests/data/pusht/next/meta.json @@ -0,0 +1 @@ +{"reward": {"device": "cpu", "shape": [50, 1], "dtype": "torch.float32"}, "done": {"device": "cpu", "shape": [50, 1], "dtype": "torch.bool"}, "success": {"device": "cpu", "shape": [50, 1], "dtype": "torch.bool"}, "shape": [50], "device": "cpu", "_type": ""} \ No newline at end of file diff --git a/tests/data/pusht/next/observation/image.memmap b/tests/data/pusht/next/observation/image.memmap new file mode 100644 index 00000000..68634378 --- /dev/null +++ b/tests/data/pusht/next/observation/image.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6a3748c8223a82e54c61442df7b8baf478a20497ee2353645a1e9ccd765162 +size 5529600 diff --git a/tests/data/pusht/next/observation/meta.json b/tests/data/pusht/next/observation/meta.json new file mode 100644 index 00000000..57e0edea --- /dev/null +++ b/tests/data/pusht/next/observation/meta.json @@ -0,0 +1 @@ +{"image": {"device": "cpu", "shape": [50, 3, 96, 96], "dtype": "torch.float32"}, "state": {"device": "cpu", "shape": [50, 2], "dtype": "torch.float32"}, "shape": [50], "device": "cpu", "_type": ""} \ No newline at end of file diff --git a/tests/data/pusht/next/observation/state.memmap b/tests/data/pusht/next/observation/state.memmap new file mode 100644 index 00000000..8dd28f2a --- /dev/null +++ b/tests/data/pusht/next/observation/state.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad4ece6d5fd66bbafa34f6ff383c483410082b8d7d4f4616808c3c458ce1d43 +size 400 diff --git a/tests/data/pusht/next/reward.memmap b/tests/data/pusht/next/reward.memmap new file mode 100644 index 00000000..109ed5ad --- /dev/null +++ b/tests/data/pusht/next/reward.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9c54dee5660c46886f32d80e57e9dd0ffa57ee0cd2a762b036d9c8e0c3a33a +size 200 diff --git a/tests/data/pusht/next/success.memmap b/tests/data/pusht/next/success.memmap new file mode 100644 index 00000000..44fd709f --- /dev/null +++ b/tests/data/pusht/next/success.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2786e1f9910a9d811400edcddaf7075195f7a16b216dcbefba3bc7c4f2ae51 +size 50 diff --git a/tests/data/pusht/observation/image.memmap b/tests/data/pusht/observation/image.memmap new file mode 100644 index 00000000..42c86ef0 --- /dev/null +++ b/tests/data/pusht/observation/image.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbde5cfd8cff9fd9fc6c9a57177f6fd31c8a03cf853b7d2234312f38380b0ba +size 5529600 diff --git a/tests/data/pusht/observation/meta.json b/tests/data/pusht/observation/meta.json new file mode 100644 index 00000000..57e0edea --- /dev/null +++ b/tests/data/pusht/observation/meta.json @@ -0,0 +1 @@ +{"image": {"device": "cpu", "shape": [50, 3, 96, 96], "dtype": "torch.float32"}, "state": {"device": "cpu", "shape": [50, 2], "dtype": "torch.float32"}, "shape": [50], "device": "cpu", "_type": ""} \ No newline at end of file diff --git a/tests/data/pusht/observation/state.memmap b/tests/data/pusht/observation/state.memmap new file mode 100644 index 00000000..3ac8e4ab --- /dev/null +++ b/tests/data/pusht/observation/state.memmap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c7e39090a16546fb1eade833d704f26464d574d7e431415f828159a154d2bf +size 400 diff --git a/tests/data/pusht/stats.pth b/tests/data/pusht/stats.pth new file mode 100644 index 0000000000000000000000000000000000000000..334a01bef4da3170d970dc0eb6255301f90a9d78 GIT binary patch literal 4498 zcmbuDU2qds6vsD7DJ3nmD559=qGGC$WSh?|Uu}X>iMC-27@!!o$=Y2=lb+-zwBTA$ z%ZI3lyx|P$o1+e+KI!=8IQZztj5F22@xce*<;e#}??*`P-9ni(+qvy-&;HK;+;h*~ zlT9k=YLldn4r$)8LRux2k%r2?oQ5>-{SmrTYLq?lH?sI$6ORxlqUx!Y5N0$Z5xjR;P(s<(1gsv5! zJBx~?tl`bnluPEn!1~5YgZY=?VT1ZzSNFS~`Q32dAowE)HmdL_#V52Wcuc_i;Bkg;s^d>E z+{5r*1W&5)6vNE|Y!>hUY+<;!j{6wyXSj@@PlZ5*E%KO#vPPzCp3os!%h?FNa6_nf z7Q!k-(#vtGaN%Tf=0v8TP3UEa4pqkJ`k50X*9u*~ehap8>$lBgbPI6>VLOh?g`f(ZOEM!9M0-KY|xkNLP%Y5iv-<8fUbw3;Gm-12l05 zEjYv_Zq#5;%wY>&;{KiS7@bC!p&0!QPvyFITGtvJp$;_*#yB!djakT1qi(^=oN=5Q z5g62HT5yyz9-~GR^3*tCL4h+Csj&!?)Cd-oIAfU_3xKGxVnLNN9=Df96sB-q@q;*x z^U5B?6Rc!UvTVMBz*6B=TR|u=!?06z>@>q(W7z8m-cVtdD+4F4W!VpB7!T-s4BmXvSsPDw`U zj;)|u>ZrAXv1z2^y zUC_rVP!=D6bn3r28AN~e?(qxF>*EBpqK|V;4x(@Vu~EOfewQTVzpu6YJGS18M?d(N z&foL>HD}ZMf!6fd>|2XzY9&5={dj!npDNA4p=*b)cHyANSm+t(=W8&Oh=mtf zg1^0ga=`buHE`Bv4Uii6^1Er&w0?N;`jRvgzcq;drXPM+n%0lBqJOIbSPc}f|8lZv z{pjNLFAnA6qt<1*_HCa|u5Y^jmDcKS=E#SGU;i~r_rEKjT+ZKJzp?*S^->vs{%vXh z3Ao9s|8#YHA8Dav+_~!4O2Jyyd&w(}55Gg0THZWC-y`%t zj=BZSu$|;LFOj?3f6+6j4^kONbu_LBg+hXh} z|0J$$R3AS3xsKj`k4Pok+c(#Ub*?RSwx@P>>+e_O3jlmf)gr?j`3gkxuOz=EiF{9x RN-iNEmZcv2L+)qy{ttd72