#2472: add install pandoc to docs build pipeline + fix RLlib running for a long time

This commit is contained in:
Czar Echavez
2024-05-16 10:55:17 +01:00
parent cb90c63c18
commit 82953b4b0a
6 changed files with 106 additions and 127 deletions

View File

@@ -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()"