mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-28 20:11:31 +00:00
Update distribution docstring
This commit is contained in:
parent
05b3c9092f
commit
f262cac7ba
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ class Distribution(ABC):
|
|||
"""
|
||||
Returns Shannon's entropy of the probability
|
||||
|
||||
:return: the entropy, or None if no analytical form is known
|
||||
:return: The entropy
|
||||
:raises NotImplementedError: If no analytical form is known
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue