google / dopamine

Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
https://github.com/google/dopamine
Apache License 2.0
10.42k stars 1.36k forks source link

Agents colab: gsutil #125

Closed sunchipsster1 closed 4 years ago

sunchipsster1 commented 4 years ago

Hello! In the agents colab (and also in other colabs) there is extensive use of gsutils. However the phrase "gsutil -q -m cp -R " does not seem to be recognized in Jupyter nor the Command prompt. A variety of other possibilities are recognized like gsutil cp -b -d -e, but not -q o r-m. Is there a correct version of gsutils that should be downloaded? Thanks!

image

psc-g commented 4 years ago

i'll have to look into this. we've only tested it on google colab but it's possible there are differences when using Jupyter on the command prompt directly.

On Fri, Dec 20, 2019 at 12:57 AM sunchipsster1 notifications@github.com wrote:

Hello! In the agents colab (and also in other colabs) there is extensive use of gsutils. However the phrase "gsutil -q -m cp -R " does not seem to be recognized in Jupyter nor the Command prompt. A variety of other possibilities are recognized like gsutil cp -b -d -e, but not -q o r-m. Is there a correct version of gsutils that should be downloaded? Thanks!

[image: image] https://user-images.githubusercontent.com/56416888/71233340-51872580-22c3-11ea-92c5-2583a39fd9c6.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/dopamine/issues/125?email_source=notifications&email_token=AE3CCMNEIHO6VJYYWQJU6ITQZRNFNA5CNFSM4J5YEGPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IB3V4WQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3CCMKVH6455QMQOVK6O53QZRNFNANCNFSM4J5YEGPA .

BigNosefan commented 4 years ago

Hello! In the agents colab (and also in other colabs) there is extensive use of gsutils. However the phrase "gsutil -q -m cp -R " does not seem to be recognized in Jupyter nor the Command prompt. A variety of other possibilities are recognized like gsutil cp -b -d -e, but not -q o r-m. Is there a correct version of gsutils that should be downloaded? Thanks!

image

I have the same issue with you. I downloaded that data into corresponding directory, and it works. Hope this can help you :>

sunchipsster1 commented 4 years ago

Many thanks! I will try it out!