inv_softplus¶
- class torchrl.modules.utils.inv_softplus(bias: float | torch.Tensor)[source]¶
Inverse softplus function.
- Parameters:
bias (float or tensor) – the value to be softplus-inverted.
Inverse softplus function.
bias (float or tensor) – the value to be softplus-inverted.