tensordict.nn.inv_softplus¶
- tensordict.nn.inv_softplus(bias: float | torch.Tensor) float | torch.Tensor ¶
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.