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

DefaultModelConfig.conv_activation: str = 'relu'#

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