xpag.agents.rljax_agents.network.initializer.DeltaOrthogonal#

class DeltaOrthogonal(scale=1.0, axis=-1)#

Bases: Callable[[Sequence[int], Any], Array]

Delta-orthogonal initializer.

Methods

__call__(shape, dtype)#

Call self as a function.

Return type:

Array