Deepmind suite tested
This commit is contained in:
parent
e574a5ca2c
commit
32703efe74
@ -46,4 +46,4 @@ class GaussianPolicy:
|
||||
self.weights = x.reshape(self.nr_weights, self.nr_dims)
|
||||
|
||||
def get_x(self):
|
||||
return self.weights.reshape(self.nr_weights * self.nr_dims, 1)
|
||||
return self.weights.reshape(self.nr_weights * self.nr_dims, )
|
||||
|
Loading…
Reference in New Issue
Block a user