Deep-Reinforcement-Learning-Algorithms-with-PyTorch icon indicating copy to clipboard operation
Deep-Reinforcement-Learning-Algorithms-with-PyTorch copied to clipboard

Weight Initialization for SAC Discrete

Open nageshky97s opened this issue 5 years ago • 0 comments
trafficstars

In your paper https://arxiv.org/pdf/1910.07207.pdf, the hyperparameter section states that you have used He weight initialization for the networks, but you seem to be using Xavier initialization for the Actor Critic in SAC discrete.

nageshky97s avatar May 08 '20 11:05 nageshky97s