model

scfocus.model.weight_init

Initializes the weights of a neural network layer using the Xavier normal distribution and sets biases to zero.

scfocus.model.Policynet

Policy network for generating actions and corresponding log-probabilities.

scfocus.model.Qnet

Q-network for estimating the state-action value in reinforcement learning.

scfocus.model.SAC

Implementation of the Soft Actor-Critic (SAC) algorithm for reinforcement learning.