Upgrading to SB3 1.7 (probably broke some stuff...)
This commit is contained in:
@@ -121,7 +121,6 @@ class SAC(OffPolicyAlgorithm):
|
||||
sde_sample_freq: int = -1,
|
||||
use_sde_at_warmup: bool = False,
|
||||
tensorboard_log: Optional[str] = None,
|
||||
create_eval_env: bool = False,
|
||||
action_coef: float = 0.0,
|
||||
policy_kwargs: Optional[Dict[str, Any]] = None,
|
||||
verbose: int = 0,
|
||||
@@ -153,7 +152,6 @@ class SAC(OffPolicyAlgorithm):
|
||||
tensorboard_log=tensorboard_log,
|
||||
verbose=verbose,
|
||||
device=device,
|
||||
create_eval_env=create_eval_env,
|
||||
seed=seed,
|
||||
use_sde=use_sde,
|
||||
sde_sample_freq=sde_sample_freq,
|
||||
|
||||
Reference in New Issue
Block a user