This commit is contained in:
Antonin RAFFIN 2020-10-03 13:36:31 +02:00
parent 1174d84a54
commit 210d1c5699

View file

@ -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)