Update model.py

This commit is contained in:
Pranjal Tandon
2018-12-06 04:19:04 +05:30
committed by GitHub
parent a4a8f428df
commit dd0e3ee870
+1 -1
View File
@@ -7,7 +7,7 @@ from torch.distributions import Normal
LOG_SIG_MAX = 2
LOG_SIG_MIN = -20
epsilon=1e-6
epsilon = 1e-6
# Initialize Policy weights
def weights_init_policy(m):