save_stats

negmas.situated.save_stats(world, log_dir, params=None, stats_file_name=None)[source]

Saves the statistics of a world run.

Parameters:
  • world (World) – The world

  • logdir – The directory to save the stats into.

  • params (dict[str, Any] | None) – A parameter list to save with the world

  • stats_file_name (str | None) – File name to use for stats file(s) without extension

Returns: