Shortcuts

torchrl.trainers.algorithms.configs.transforms.RewardScalingConfig

class torchrl.trainers.algorithms.configs.transforms.RewardScalingConfig(loc: float = 0.0, scale: float = 1.0, in_keys: list[str] | None = None, out_keys: list[str] | None = None, standard_normal: bool = False, eps: float = 1e-08, _target_: str = 'torchrl.envs.transforms.transforms.RewardScaling')[source]

Configuration for RewardScaling transform.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources