yawning_titan.experiment_helpers.sb3.print_policy_eval_metrics#

yawning_titan.experiment_helpers.sb3.print_policy_eval_metrics(agents, evals, raw_metrics=False)[source]#

Output policy evaluation metrics and summary statistics.

Parameters:
  • agents – An index of the agents that were evaluated(list)

  • evals – The output from Stable Baselines 3 ‘evaluate_policy’ for each of the agents trained