[tune] use dated experiment dir per default (#11104)

This commit is contained in:
Kai Fricke
2020-09-30 14:43:59 -07:00
committed by GitHub
parent f0dba6bd2b
commit c77cfaa5ad
9 changed files with 82 additions and 17 deletions
+3
View File
@@ -579,6 +579,9 @@ These are the environment variables Ray Tune currently considers:
``~/ray_bootstrap_key.pem`` will be used.
* **TUNE_DISABLE_AUTO_INIT**: Disable automatically calling ``ray.init()`` if
not attached to a Ray session.
* **TUNE_DISABLE_DATED_SUBDIR**: Tune automatically adds a date string to experiment
directories when the name is not specified explicitly or the trainable isn't passed
as a string. Setting this environment variable to ``1`` disables adding these date strings.
* **TUNE_DISABLE_STRICT_METRIC_CHECKING**: When you report metrics to Tune via
``tune.report()`` and passed a ``metric`` parameter to ``tune.run()``, a scheduler,
or a search algorithm, Tune will error