make_module_init_normc¶ class maze.perception.weight_init.make_module_init_normc(std: float = 1.0)¶ Compiles normc weight initialization function initializing module weights with normc_initializer and biases with zeros. Parameters: std – The standard deviation. Returns: The module initialization function.