Utilities and Helpers#
Utility modules and helper functions for building RL networks.
|
Actor-value operator. |
|
Actor-critic operator. |
|
Actor-value operator without common module. |
|
Get all tensordict primers from all submodules of a module. |
|
Return all |
Resolve the currently effective precision to a concrete mode. |
|
Set the process-global precision for the triton RNN backend. |
- torchrl.modules.RecurrentMatmulPrecision#
alias of
Literal[‘ieee’, ‘tf32’, ‘tf32x3’]
- torchrl.modules.RecurrentMatmulPrecisionUserMode#
alias of
Literal[‘auto’, ‘fast’, ‘high-prec’, ‘ieee’, ‘tf32’, ‘tf32x3’]
|
A squashing layer. |