eta_ctrl.config.config_run module
- class eta_ctrl.config.config_run.ConfigRun(*, series: str, name: str, description, root_path, results_path, scenarios_path)[source]
Bases:
objectConfiguration for an optimization run, including the series and run names descriptions and paths for the run.
- interaction_env_description: str | None
Description of the secondary environment (interaction_env).
- create_results_folders() None[source]
Create the results folders for an optimization run (or check if they already exist).
- set_env_info(env: type[BaseEnv]) None[source]
Set the environment information of the optimization run to represent the given environment. The information will default to None if this is never called.
- Parameters:
env – The environment whose description should be used.