Fix: Passed wrong args to pca propa net
This commit is contained in:
parent
0af83eb7dc
commit
a7cbc660e0
@ -815,7 +815,7 @@ class Actor(BasePolicy):
|
||||
action_dim, **dist_kwargs
|
||||
)
|
||||
self.mu, self.log_std = self.action_dist.proba_distribution_net(
|
||||
latent_dim=last_layer_dim, return_log_std=True, **dist_kwargs
|
||||
latent_dim=last_layer_dim, return_log_std=True
|
||||
)
|
||||
self._remember_log_std = log_std_init
|
||||
# Avoid numerical issues by limiting the mean of the Gaussian
|
||||
|
Loading…
Reference in New Issue
Block a user