Closed 0xangelo closed 5 years ago
It's not clear to me that normc_initializer
will be absolutely helpful... so it would be better if we could use it or not based on some config flag...
It's not clear to me that
normc_initializer
will be absolutely helpful... so it would be better if we could use it or not based on some config flag...
I'll add it to the model config.
Add kernel initialization to fully connected layers.
Defaults taken from my PyTorch implementations, which in turn were based on OpenAI Baselines.
Closes #52