Shortcuts

torchrl.trainers.algorithms.configs.utils.ASGDConfig

class torchrl.trainers.algorithms.configs.utils.ASGDConfig(lr: float = 0.01, lambd: float = 0.0001, alpha: float = 0.75, t0: float = 1000000.0, weight_decay: float = 0.0, foreach: bool | None = None, maximize: bool = False, differentiable: bool = False, _target_: str = 'torch.optim.ASGD', _partial_: bool = True)[source]

Configuration for ASGD optimizer.

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