We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70e4b5 commit a2b498cCopy full SHA for a2b498c
rsl_rl/modules/actor_critic.py
@@ -67,7 +67,7 @@ def __init__(
67
self.std = nn.Parameter(init_noise_std * torch.ones(num_actions))
68
self.distribution = None
69
# disable args validation for speedup
70
- Normal.set_default_validate_args = False
+ Normal.set_default_validate_args(False)
71
72
# seems that we get better performance without init
73
# self.init_memory_weights(self.memory_a, 0.001, 0.)
0 commit comments