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]¶ NoopResetEnv 转换的配置。