Revert "[rllib] Raise an error if GPUs are enabled but not tf.test.is_gpu_available() (#6365)"

This reverts commit 4c6739476b.
This commit is contained in:
Eric Liang
2019-12-16 20:05:39 -08:00
parent 0d98203221
commit 5862eabed6
3 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ class RayTrialExecutor(TrialExecutor):
# Clear the Trial's location (to be updated later on result)
# since we don't know where the remote runner is placed.
trial.set_location(Location())
logger.debug("Trial %s: Setting up new remote runner.", trial)
logger.info("Trial %s: Setting up new remote runner.", trial)
# Logging for trials is handled centrally by TrialRunner, so
# configure the remote runner to use a noop-logger.
return cls.remote(config=trial.config, logger_creator=logger_creator)