Rate this Page

torchrl.trainers.algorithms.configs.transforms.ExcludeTransformConfig#

class torchrl.trainers.algorithms.configs.transforms.ExcludeTransformConfig(exclude_keys: list[str] | None = None, _target_: str = 'torchrl.envs.transforms.transforms.ExcludeTransform')[source]#

Configuration for ExcludeTransform.