[RLlib] PyBullet Env native support via env str-specifier (if installed). (#12209)

This commit is contained in:
Sven Mika
2020-11-30 12:41:24 +01:00
committed by GitHub
parent b85c6abc3e
commit bb03e2499b
5 changed files with 47 additions and 5 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ install_dependencies() {
fi
fi
# Additional RLlib dependencies.
# Additional RLlib test dependencies.
if [ "${RLLIB_TESTING-}" = 1 ]; then
pip install -r "${WORKSPACE_DIR}"/python/requirements_rllib.txt
# install the following packages for testing on travis only