I tested it by setting "ouput": "logdir". This saves episode traces under each experimente directory. For example, here's the directory for a tune run with several trials:
In output-DATE_worker_X_0.json we have the episode traces for the corresponding worker. We can check which configuration was running by looking into the params.json file in the same directory.
I tested it by setting
"ouput": "logdir"
. This saves episode traces under each experimente directory. For example, here's the directory for atune
run with several trials:Under the first directory, we have the following:
In
output-DATE_worker_X_0.json
we have the episode traces for the corresponding worker. We can check which configuration was running by looking into theparams.json
file in the same directory.Is that enough for our purposes?