Closed BangLiu closed 5 years ago
In model line 105, isn't the third return value should be:
torch.tanh(mean) * self.action_scale + self.action_bias
?
Yes Although @ku2482 will know better than me.
@BangLiu Yes, sorry for my easy mistake @pranz24 .
Awesome I'll fix it
In model line 105, isn't the third return value should be:
?