Deepmind suite tested

This commit is contained in:
Niko Feith 2023-08-24 14:23:41 +02:00
parent e574a5ca2c
commit 32703efe74

View File

@ -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, )