You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A substantial amount of data about model performance is available via channels beyond the Deepracer Console summary statistics and Kinesis feed. The nonvolatile outputs from the training and testing processes are persisted in two locations: the S3 DeepRacer bucket, and the CloudWatch logfile. The CloudWatch logfile contains traces of the intermediate training state, which makes it particularly helpful in assessing the quality of the reward function and convergence of the model.
The S3 bucket contains file dumps with final high level metrics gathered from the training and evaluation, the robomaker environment settings, the trained model weight files, and the python reward function.
S3 file manifest
Path
File Name
Content Summary
/DeepRacer-Metrics
EvaluationMetrics-[1].json
Summary results of evaluation. Data is presented at "trial" granularity.
/DeepRacer-Metrics
TrainingMetrics-[1].json
Summary results of training. Data is presented at "Episode" granularity.
/DeepRacer-SageMaker-RoboMaker-comm-[SERIAL]/ip
done
Contains the word "done". Appears to be used as a semaphore