RLPack
 
Loading...
Searching...
No Matches
rlpack.utils Namespace Reference

This package implements the basic utilities to be used across rlpack. More...

Namespaces

namespace  base
 This package implements the base classes to be used across rlpack.
 
namespace  internal_code_setup
 
namespace  normalization
 
namespace  sanity_check
 
namespace  setup
 

Variables

 Activation = TypeVar("Activation")
 The Typing variable for Activations. More...
 
 Distribution = TypeVar("Distribution")
 The Typing variable for Distribution. More...
 
 LossFunction = TypeVar("LossFunction")
 The Typing variable for Loss Functions. More...
 
 LRScheduler = TypeVar("LRScheduler")
 The Typing variable for LR Schedulers. More...
 

Detailed Description

This package implements the basic utilities to be used across rlpack.

Currently following classes have been implemented:

Following packages are part of utils:

  • base: A package for base class, implemented as utils.base

Following TypeVars have been defined:

  • LRScheduler: The Typing variable for LR Schedulers.
  • LossFunction: The Typing variable for Loss Functions.
  • Activation: The Typing variable for Activations.

Variable Documentation

◆ Activation

rlpack.utils.Activation = TypeVar("Activation")

The Typing variable for Activations.

◆ Distribution

rlpack.utils.Distribution = TypeVar("Distribution")

The Typing variable for Distribution.

◆ LossFunction

rlpack.utils.LossFunction = TypeVar("LossFunction")

The Typing variable for Loss Functions.

◆ LRScheduler

rlpack.utils.LRScheduler = TypeVar("LRScheduler")

The Typing variable for LR Schedulers.