ray.rllib.core.rl_module.default_model_config.DefaultModelConfig.lstm_bias_initializer#

DefaultModelConfig.lstm_bias_initializer: str | Callable | None = None#

Initializer function or class descriptor for the bias vectors in the stack configured by the LSTM layer. Supported values are the initializer names (str), classes or functions listed by the frameworks (torch). See https://pytorch.org/docs/stable/nn.init.html for torch. If None (default), the default initializer defined by torch is used.