Fixed bug with EIGEN (par_type)
This commit is contained in:
parent
f37d3215a6
commit
3110275d7b
@ -389,7 +389,7 @@ class CholNet(nn.Module):
|
||||
self._full_params_len = self._flat_chol_len
|
||||
elif self.par_type == ParametrizationType.EIGEN:
|
||||
self._full_params_len = self.action_dim * 2
|
||||
elif self.par_type == ParametrizationType.EIGEN_BIJECT:
|
||||
elif self.par_type == ParametrizationType.EIGEN_RAW:
|
||||
self._full_params_len = self.action_dim * 2
|
||||
|
||||
self._givens_rotator = givens.Rotation(action_dim)
|
||||
|
Loading…
Reference in New Issue
Block a user