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 fortorch
. IfNone
(default), the default initializer defined bytorch
is used.