Skip to main content

Module layer

Module layer 

Source
Expand description

Dense neural network layer.

Provides forward propagation, transpose forward (PC top-down pass), and backward propagation with gradient/weight clipping. Building block for both crate::PcActor and crate::MlpCritic.

Structs§

Layer
A single dense layer with weights, bias, and activation function.
LayerDef
Definition of a layer’s shape and activation, used for topology configuration.