Rate this Page

torchrl.trainers.algorithms.configs.transforms.NoopResetEnvConfig#

class torchrl.trainers.algorithms.configs.transforms.NoopResetEnvConfig(noops: int = 30, random: bool = True, _target_: str = 'torchrl.envs.transforms.transforms.NoopResetEnv')[source]#

Configuration for NoopResetEnv transform.