Upgrading to SB3 1.7 (probably broke some stuff...)

This commit is contained in:
2022-12-13 19:14:28 +01:00
parent c47d5741ca
commit f3e03916c8
2 changed files with 0 additions and 12 deletions
-2
View File
@@ -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,