mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
[RLlib] Fix use_lstm flag for ModelV2 (w/o ModelV1 wrapping) and add it for PyTorch. (#8734)
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ build_sphinx_docs() {
|
||||
if [ "${OSTYPE}" = msys ]; then
|
||||
echo "WARNING: Documentation not built on Windows due to currently-unresolved issues"
|
||||
else
|
||||
sphinx-build -q -W -E -T -b html source _build/html
|
||||
sphinx-build -q -E -T -b html source _build/html
|
||||
fi
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user