deepracer-for-cloud icon indicating copy to clipboard operation
deepracer-for-cloud copied to clipboard

feat: Add feature to store custom_files and config in a subdir for each experiment

Open mattcamp opened this issue 9 months ago • 2 comments

The feature enables each training session to have it's config and custom_files stored within a subdir under experiments/.

This simplifies being able to locate the config and files that were used for a particular training session.

An additional flag is added to system.env to control the experiment name, which when set will cause the rest of the config to be loaded from $DR_DIR/experiments/<experiment_name>/run.env and $DR_DIR/experiments/<experiment_name>/custom_files/.

mattcamp avatar May 01 '24 10:05 mattcamp