fcnet_activation#

DefaultModelConfig.fcnet_activation: str = 'tanh'#

Activation function descriptor for the stack configured by fcnet_hiddens. Supported values are: ‘tanh’, ‘relu’, ‘swish’ (or ‘silu’, which is the same), and ‘linear’ (or None).