mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-28 20:11:31 +00:00
Reformat
This commit is contained in:
parent
1174d84a54
commit
210d1c5699
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ class TQC(OffPolicyAlgorithm):
|
|||
reduce: str = "mean",
|
||||
exp_temperature: float = 1.0,
|
||||
off_policy_update_freq: int = -1,
|
||||
normalize_advantage: bool = True
|
||||
normalize_advantage: bool = True,
|
||||
) -> None:
|
||||
"""
|
||||
Pretrain with Critic Regularized Regression (CRR)
|
||||
|
|
|
|||
Loading…
Reference in a new issue