google-research / batch_rl

Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games
https://offline-rl.github.io/
Apache License 2.0
528 stars 74 forks source link

a minor modification for download command #26

Closed WeiChengTseng closed 3 years ago

WeiChengTseng commented 3 years ago

Hi,

Thanks for sharing this interesting project.

In README.md, the download command is gsutil -m cp -R gs://atari-replay-datasets/dqn. Directly running the command will make us encounter CommandException: Wrong number of arguments for "cp" command.. It will work by change the command to gsutil -m cp -R gs://atari-replay-datasets/dqn ./. Though it's just a minor modification and naive for the users that are familiar with gsutil, it's good for the novice 😄.

agarwl commented 3 years ago

Fixed, thanks!