I'm running an Experiment
with multiple trials and I would like to log the STDOUT for the process for each trial in a file in the directory created in ray_results
for that trial.
I have set log_to_driver
to false since the driver couldn't keep up and I have set redirect_worker_output
to true but that doesn't seem to result in what I want either.
Perhaps there is an option in ray.tune.run
? I have set verbose=2
but that doesn't work.