Fix: Typo in SAC
This commit is contained in:
parent
71670782b6
commit
ae9a95cbfc
@ -320,7 +320,7 @@ class SACPolicy(BasePolicy):
|
|||||||
}
|
}
|
||||||
|
|
||||||
self.actor_kwargs.update(sde_kwargs)
|
self.actor_kwargs.update(sde_kwargs)
|
||||||
self.actor.kwargs.update({'latent_dim_sde': latent_dim_sde})
|
self.actor_kwargs.update({'latent_dim_sde': latent_dim_sde})
|
||||||
self.critic_kwargs = self.net_args.copy()
|
self.critic_kwargs = self.net_args.copy()
|
||||||
self.critic_kwargs.update(
|
self.critic_kwargs.update(
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user