p2pfl.management.launch_from_yaml moduleΒΆ Launch from YAMLs. p2pfl.management.launch_from_yaml.load_by_package_and_name(package_name, class_name)[source]ΒΆ Load a class by package and name. Parameters: package_name β The package name. class_name β The class name. Return type: Any p2pfl.management.launch_from_yaml.run_from_yaml(yaml_path, debug=False)[source]ΒΆ Run a simulation from a YAML file. Parameters: yaml_path (str) β The path to the YAML file. debug (bool) β If True, enable debug mode. Return type: None