build_runtime_env#

eclypse.simulation.runtime.build_runtime_env(seed, log_level, path, log_to_file)[source]#

Build the environment variables required by a simulation runtime.

Parameters:
  • seed (int)

  • log_level (str)

  • path (Path)

  • log_to_file (bool)

Return type:

dict[str, str]