You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason for this line? I think it should be removed. validate_args is set to False when python is run in optimized mode (python -O) and True. The default should not be changed since errors may not be caught while developing.
tensordict/tensordict/nn/distributions/continuous.py
Line 25 in 02ff686
Is there a reason for this line? I think it should be removed. validate_args is set to
False
when python is run in optimized mode (python -O
) andTrue
. The default should not be changed since errors may not be caught while developing.#872
The text was updated successfully, but these errors were encountered: