Namespaces | |
| namespace | rlpack |
| Implementation of RL Algorithms built on top of PyTorch. | |
| namespace | rlpack.utils |
| This package implements the basic utilities to be used across rlpack. | |
Variables | |
| rlpack.utils.Activation = TypeVar("Activation") | |
| The Typing variable for Activations. More... | |
| rlpack.utils.Distribution = TypeVar("Distribution") | |
| The Typing variable for Distribution. More... | |
| rlpack.utils.LossFunction = TypeVar("LossFunction") | |
| The Typing variable for Loss Functions. More... | |
| rlpack.utils.LRScheduler = TypeVar("LRScheduler") | |
| The Typing variable for LR Schedulers. More... | |