google-research / rliable

[NeurIPS'21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of seeds.
https://agarwl.github.io/rliable
Apache License 2.0
747 stars 46 forks source link

Downloading data set always stuck #3

Closed HYDesmondLiu closed 2 years ago

HYDesmondLiu commented 2 years ago

Thanks for sharing the repo. There is a problem that every time I download the dataset, it is always stuck somewhere at 9X% Do you know what might cause this?

...
Copying gs://rl-benchmark-data/atari_100k/SimPLe.json...
Copying gs://rl-benchmark-data/atari_100k/OTRainbow.json...
[55/59 files][  2.9 MiB/  3.0 MiB]  98% Done
agarwl commented 2 years ago

I haven't faced this issue before (maybe try a different internet connection) .. ran the data download code just now in this new colab: https://colab.research.google.com/drive/1BtLeT-zO_WSFuelOu4Km14HzZ-TVMogv?usp=sharing and it seemed to download 100% data. Does this colab work for you?

HYDesmondLiu commented 2 years ago

Thanks for the prompt reply. I will try it later.