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 that this is not a BinaryDiscreteTensorSpec?
Should we make BinaryDiscreteTensorSpec just call DiscreteTensorSpec with n=2 to simplify the codebase?
The text was updated successfully, but these errors were encountered:
I'm in for simplication yep.
We could inherit from DiscreteTensorSpec and put a warning saying that it will be deprecated some time in the future, wdyt?
I recently saw that the default done_spec is
Is there a reason that this is not a BinaryDiscreteTensorSpec?
Should we make BinaryDiscreteTensorSpec just call DiscreteTensorSpec with n=2 to simplify the codebase?
The text was updated successfully, but these errors were encountered: