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
I'll make a note to augment the ONNX exporter so it can handle this; this feels like it could end up in other places too.
defforward(self, obs: Tensor, epsilon: Tensor=None):
# we need to discard the extra dimensions of epsilon.# the input epsilon is given for the original action space# however, the policy outputs latent actions.ifepsilonisnotNone:
epsilon=epsilon[:, : self.latent_size]
Originally posted by @tgolsson in #159 (comment)
The text was updated successfully, but these errors were encountered: