Instead of evaluating a final_model instead have a current_best_model during the run. Have a separate watcher job to look for changes to this directory and evaluate each new model as it is copied over.
Very helpful for tracking progress through a run, instead of tracking it from agent's traces
Instead of evaluating a
final_modelinstead have acurrent_best_modelduring the run. Have a separate watcher job to look for changes to this directory and evaluate each new model as it is copied over.Very helpful for tracking progress through a run, instead of tracking it from agent's traces