This commit is contained in:
Brandon Bertelsen
2019-07-06 16:05:50 -07:00
committed by Philipp Moritz
parent 0448847a02
commit c04b69902c
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
"import yaml\n",
"\n",
"with open(\"../rllib/tuned_examples/hyperband-cartpole.yaml\") as f:\n",
" d = yaml.load(f)"
" d = yaml.load(f, Loader=yaml.FullLoader)"
]
},
{