kzl / decision-transformer

Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling.
MIT License
2.33k stars 440 forks source link

Gsutil Error #60

Open ChaselWan opened 1 year ago

ChaselWan commented 1 year ago

When running gsutil -m cp -R gs://atari-replay-datasets/dqn/Breakout DQN_replay_dataset The error goes: Unknown option: m No command was given. Choose one of -b, -d, -e, or -r to do something.

-m seems can't work

jiwoongim commented 7 months ago

You need to install like this: https://cloud.google.com/storage/docs/gsutil_install#installv Not using sudo apt install gsutil