Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jan 15, 2025
1 parent 1b428f0 commit 278a6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchrl/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def _standardize(
Args:
input (Tensor): the input tensor to be standardized.
exclude_dims (Sequence[int]): dimensions to exclude from the statistics, can be negative. Default: ().
exclude_dims (Tuple[int]): dimensions to exclude from the statistics, can be negative. Default: ().
mean (Tensor): a mean to be used for standardization. Must be of shape broadcastable to input. Default: None.
std (Tensor): a standard deviation to be used for standardization. Must be of shape broadcastable to input. Default: None.
eps (float): epsilon to be used for numerical stability. Default: float32 resolution.
Expand Down

0 comments on commit 278a6c0

Please sign in to comment.