mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-31 23:28:05 +00:00
Fix docstring
This commit is contained in:
parent
c264403816
commit
5a731d04ee
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ class StateDependentNoiseDistribution(Distribution):
|
|||
log_std: th.Tensor,
|
||||
latent_sde: th.Tensor) -> 'StateDependentNoiseDistribution':
|
||||
"""
|
||||
Create and sample for the distribution given its parameters (mean, std)
|
||||
Create the distribution given its parameters (mean, std)
|
||||
|
||||
:param mean_actions: (th.Tensor)
|
||||
:param log_std: (th.Tensor)
|
||||
|
|
|
|||
Loading…
Reference in a new issue