yawning_titan.experiment_helpers.sb3.print_metric_stats# yawning_titan.experiment_helpers.sb3.print_metric_stats(metric_name, metrics, raw_metrics=False)[source]# Take a metric name and a list of values and prints associated stats. Parameters: metric_name – The metric name (str) metrics – A list of ints/float metric readings(list)