#2472: add install pandoc to docs build pipeline + fix RLlib running for a long time
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
"tune.Tuner(\n",
|
||||
" \"PPO\",\n",
|
||||
" run_config=air.RunConfig(\n",
|
||||
" stop={\"timesteps_total\": 512},\n",
|
||||
" stop={\"timesteps_total\": 5 * 128},\n",
|
||||
" ),\n",
|
||||
" param_space=config\n",
|
||||
").fit()"
|
||||
|
||||
Reference in New Issue
Block a user