From 210d1c56991cdb47dd95ca7005a802db68e4551c Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Sat, 3 Oct 2020 13:36:31 +0200 Subject: [PATCH] Reformat --- stable_baselines3/tqc/tqc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable_baselines3/tqc/tqc.py b/stable_baselines3/tqc/tqc.py index cb1ed75..cb6e305 100644 --- a/stable_baselines3/tqc/tqc.py +++ b/stable_baselines3/tqc/tqc.py @@ -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)