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
Thank you for your contribution. However I'm confused about reg_loss = 0.001 * (mean.pow(2).mean() + log_std.pow(2).mean())# Regularization Loss
in the code. Can you explain it, any help will be grateful.
The text was updated successfully, but these errors were encountered:
Marxvans
changed the title
Doubts about regulation in policy loss
Doubts about Regularization in policy loss
Mar 2, 2022
Thank you for your contribution. However I'm confused about
reg_loss = 0.001 * (mean.pow(2).mean() + log_std.pow(2).mean())# Regularization Loss
in the code. Can you explain it, any help will be grateful.
The text was updated successfully, but these errors were encountered: