You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You used nn.init.orthogonal_ method to initialize your network layers, e.g., model.py line 173. May I ask if there is any particular reason for choosing this initialization scheme. Is it a preferred method to use when training with RL algorithms?
Thank you for your reply and for the great code.
The text was updated successfully, but these errors were encountered:
Hello,
You used
nn.init.orthogonal_
method to initialize your network layers, e.g., model.py line 173. May I ask if there is any particular reason for choosing this initialization scheme. Is it a preferred method to use when training with RL algorithms?Thank you for your reply and for the great code.
The text was updated successfully, but these errors were encountered: