快捷方式

tensordict.nn.distributions.Delta

class tensordict.nn.distributions.Delta(param: torch.Tensor, atol: float = 1e-06, rtol: float = 1e-06, batch_shape: torch.Size | Sequence[int] | None = None, event_shape: torch.Size | Sequence[int] | None = None)

Delta 分布。

参数:
  • param (torch.Tensor) – Delta 分布的参数;

  • atol (数字, 可选) – 认为张量与分布参数匹配的绝对容差;默认为 1e-6

  • rtol (数字, 可选) – 认为张量与分布参数匹配的相对容差;默认为 1e-6

  • batch_shape (torch.Size, 可选) – 批次形状;

  • event_shape (torch.Size, 可选) – 结果的形状。

文档

访问 PyTorch 的全面开发者文档

查看文档

教程

获取针对初学者和高级开发人员的深入教程

查看教程

资源

查找开发资源并获得问题的解答

查看资源