fastsim.configs
Unified configuration management: load YAML/JSON configs, validate against schemas, export working configs, and generate starter templates.
class
ConfigManager
static-only13 methodsStatic class managing the global configuration for all subsystems.
ConfigManager holds the parsed config for the simulator, simulation, scene, task, extension, and general sections. All methods are static — no instantiation is needed.
generate_config_templatestaticmethodWrite a full-featured template config to a target directory.
Parameters
Returns
Useful for bootstrapping a new project — generates all section files.