deepracer-for-cloud
deepracer-for-cloud copied to clipboard
feat: Add feature to store custom_files and config in a subdir for each experiment
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/
.