dopamine icon indicating copy to clipboard operation
dopamine copied to clipboard

Unable to download individual baseline checkpoint files

Open csherstan opened this issue 6 years ago • 4 comments

I've been trying to download the various checkpoint files as per the instructions at the bottom of: https://github.com/google/dopamine/tree/master/docs.

I've tried numerous variations of agents, games, runs and suffixes but every time I receive an error stating there is no object by that name.

I am typing the urls directly into Chrome.

Here's an example that I've tried: https://storage.cloud.google.com/download-dopamine-rl/lucid/dqn/qbert/1/tf_ckpt-199.index

I assumed you used the same naming for the games as the names given in the dropdown on https://google.github.io/dopamine/baselines/plots.html.

csherstan avatar Nov 06 '18 17:11 csherstan

hi, sorry for the confusion. the naming in the dropdown is all small-cased. you need to use camel-cased names. for the example you provide it would be: https://storage.cloud.google.com/download-dopamine-rl/lucid/dqn/Qbert/1/tf_ckpt-199.index

can you verify whether this works?

psc-g avatar Nov 07 '18 18:11 psc-g

Yes, that works. Can you update the documentation for this? Thanks.

csherstan avatar Nov 07 '18 19:11 csherstan

Alternatively, perhaps the downloads should all be made lower case so no one has to guess at the camel-case. I would have gone with QBert :)

csherstan avatar Nov 07 '18 19:11 csherstan

For GCP !gsutil -q -m cp -R gs://download-dopamine-rl/lucid/dqn/Qbert/1/tf_ckpt-199.index /where_to_copy/

yakotaki avatar Nov 08 '18 01:11 yakotaki