Add missing param to docstring

This commit is contained in:
Antonin RAFFIN 2020-12-08 18:03:56 +01:00
parent 857a087a2a
commit eccdc55fdd
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class TQC(OffPolicyAlgorithm):
:param target_update_interval: update the target network every ``target_network_update_freq``
gradient steps.
:param target_entropy: target entropy when learning ``ent_coef`` (``ent_coef = 'auto'``)
:param top_quantiles_to_drop_per_net: Number of quantiles to drop per network
:param use_sde: Whether to use generalized State Dependent Exploration (gSDE)
instead of action noise exploration (default: False)
:param sde_sample_freq: Sample a new noise matrix every n steps when using gSDE