Updated the create_matrices_for_rliable function to handle metrics data in both float and list formats.
Why?
This modification addresses an issue where supplying a JSON file containing the average of the metrics results in the data[env][task][...][metric] being interpreted as a list. This previously led to errors when incorporating these metrics into the metric_dictionary_return
What?
Updated the create_matrices_for_rliable function to handle metrics data in both float and list formats.
Why?
This modification addresses an issue where supplying a JSON file containing the average of the metrics results in the data[env][task][...][metric] being interpreted as a list. This previously led to errors when incorporating these metrics into the
metric_dictionary_return