mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-10 05:17:46 +08:00
Fix problem with gsutil command to copy Atari data to local folder
PiperOrigin-RevId: 322759837
This commit is contained in:
committed by
Saran Tunyasuvunakool
parent
1ea4cc033c
commit
ed1b814008
@@ -126,7 +126,10 @@
|
||||
"gs_path = 'gs://rl_unplugged/atari'\n",
|
||||
"\n",
|
||||
"!mkdir -p {tmp_path}/{game}\n",
|
||||
"!gsutil cp {gs_path}/{game}/run_{run}-00000-of-00001 {tmp_path}/{game}"
|
||||
"\n",
|
||||
"src = f'{gs_path}/{game}/run_{run}-00000-of-00100'\n",
|
||||
"dest = f'{tmp_path}/{game}/run_{run}-00000-of-00001'\n",
|
||||
"!gsutil cp {src} {dest}"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -386,8 +389,8 @@
|
||||
"colab": {
|
||||
"collapsed_sections": [],
|
||||
"last_runtime": {
|
||||
"build_target": "",
|
||||
"kind": "local"
|
||||
"build_target": "//learning/deepmind/dm_python:dm_notebook3",
|
||||
"kind": "private"
|
||||
},
|
||||
"name": "RL Unplugged: Offline DQN - Atari",
|
||||
"provenance": [
|
||||
|
||||
Reference in New Issue
Block a user