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 (Optional[dict[str, Any]]) – A parameter list to save with the world

  • stats_file_name (Optional[str]) – File name to use for stats file(s) without extension

Returns: