|
ffbf2b3fe5
|
Allow reduced latent sde dim
|
2023-01-27 13:34:28 +01:00 |
|
|
82a174122a
|
Fixed bugs with givens-rotator for eigen
|
2022-10-24 10:08:31 +02:00 |
|
|
e31c25135e
|
Fixed Bug with Givens Rotation (Eigen)
|
2022-10-09 11:24:06 +02:00 |
|
|
3110275d7b
|
Fixed bug with EIGEN (par_type)
|
2022-10-07 11:38:34 +02:00 |
|
|
f37d3215a6
|
Bug Fix for Full Cov
|
2022-09-23 23:06:19 +02:00 |
|
|
2c14edd3b0
|
Fix: Dependency
|
2022-09-03 23:41:06 +02:00 |
|
|
d3fa3cc997
|
Fixed Givens Dependency
|
2022-09-03 23:16:54 +02:00 |
|
|
ee4a0eed56
|
Fixed SAC+SDE+SDC bugs
|
2022-09-03 13:08:31 +02:00 |
|
|
0a037deccc
|
Implemented cov parametrization via eigen-decomp
|
2022-09-03 11:16:41 +02:00 |
|
|
4080ad8135
|
Removed old TODOs
|
2022-08-28 12:07:19 +02:00 |
|
|
02e4ed1510
|
Added support for parallel envs
|
2022-08-27 15:19:00 +02:00 |
|
|
c6a58b15dd
|
Fixing SDE bug
|
2022-08-22 14:19:40 +02:00 |
|
|
197de7997c
|
Fixed bug with SDE
|
2022-08-22 13:36:17 +02:00 |
|
|
a9e3f295b2
|
Fixed numerical issues with Wasserstein
|
2022-08-17 23:25:24 +02:00 |
|
|
9fffe048af
|
Fixed Spherical_Chol not accepting batches
|
2022-08-17 22:55:42 +02:00 |
|
|
86e6bfb65b
|
Higher epsilon to deal with numerical instabilities
|
2022-08-17 19:31:54 +02:00 |
|
|
64a7d5ec59
|
Guarante minimum epsilon when ensuring non-zero (CholNet)
|
2022-08-16 20:02:33 +02:00 |
|
|
d35c3d8520
|
Fixed all the bugs in TRPL
|
2022-08-15 16:55:17 +02:00 |
|
|
28d0c609bc
|
Fixed SDE: sampling had dimension mismatches
|
2022-08-14 20:09:10 +02:00 |
|
|
e1c59cffd0
|
Removed debug-print
|
2022-08-14 18:45:17 +02:00 |
|
|
bb1f9ecf2b
|
Fixed UniversalGaussianDistribution lost SDE when cloning
|
2022-08-14 18:42:19 +02:00 |
|
|
0ee65e789b
|
Fixing sde's bugs
|
2022-08-14 16:10:22 +02:00 |
|
|
0e4eedae5e
|
Fixed gradient throught spherical-chol
|
2022-08-10 11:55:08 +02:00 |
|
|
520dc98eb5
|
Implemented SDE
|
2022-08-10 11:54:52 +02:00 |
|
|
75d73049b4
|
Fixing bugs with w2 and sqrt_induced_gaussian
|
2022-08-06 21:25:49 +02:00 |
|
|
508ebf51f0
|
Implemented sqrt-induced-gaussian for W2-Projection
|
2022-08-06 14:46:42 +02:00 |
|
|
2c1689fbbc
|
Fixed smol bugs when instanciating based on string-names of enums
|
2022-08-06 14:36:35 +02:00 |
|
|
8b82347056
|
Automatic casting to enums
|
2022-08-05 21:06:31 +02:00 |
|
|
a78e81b9e1
|
Allowing prob squashing
|
2022-07-21 09:42:25 +02:00 |
|
|
199ce0c8cb
|
ProbSquashing implemented (tanh)
|
2022-07-20 10:32:19 +02:00 |
|
|
b7de99b1fc
|
EnforcePositiveType makes no sense for Strength.NONE
|
2022-07-19 10:06:40 +02:00 |
|
|
49f9acff3e
|
Fixed: Wrong simplification for Hybrid[SCALAR=>FULL]
|
2022-07-17 00:47:47 +02:00 |
|
|
046fa78206
|
Fixed: _chol_from_sphe_chol was unable to handle batches
|
2022-07-16 17:34:25 +02:00 |
|
|
c141599662
|
Fixed Bug: _chol_from_sphe_chol dependet on action_dim, not able to use
for Hybrid methods
|
2022-07-16 15:47:09 +02:00 |
|
|
bc0e188a0d
|
Removed debugging-code
|
2022-07-16 15:19:56 +02:00 |
|
|
4a24381f46
|
Fixed bug when using batches with SPHERICAL_CHOL
|
2022-07-16 15:17:48 +02:00 |
|
|
04529e8261
|
Removed debug-point
|
2022-07-16 14:58:29 +02:00 |
|
|
cb9ee4f302
|
Fixed bugs for Hybrid[Diag=>Full]
|
2022-07-16 14:57:34 +02:00 |
|
|
ad584d70fd
|
Removed debugging prints
|
2022-07-16 13:07:08 +02:00 |
|
|
72754525cd
|
Allow using newly implemented hybrid method
|
2022-07-16 13:06:07 +02:00 |
|
|
fa167b3e5f
|
Hybrid Diag -> Full Implemented; Made spherical_chol more efficient
|
2022-07-16 13:05:35 +02:00 |
|
|
2e0f46b0f3
|
Fixing ser/deser bug (cloudpickle cant handle some enums)
|
2022-07-15 18:45:38 +02:00 |
|
|
a86d19053d
|
Smashing bugs (dimension mismatch between Normal and
Independent/MultivariateNormal)
|
2022-07-15 15:46:31 +02:00 |
|
|
ab557a8856
|
Making MultivariateNormal Policies work (and porting Normal to
Independent)
|
2022-07-15 15:03:51 +02:00 |
|
|
3304fd49f6
|
Working on UniversalGaussianDistribution
|
2022-07-13 19:38:57 +02:00 |
|
|
fae19509bc
|
Implemented Policies with Contextual Covariance
|
2022-07-13 19:38:20 +02:00 |
|
|
41e4170b2f
|
Fixes + spherical_chol
|
2022-07-11 17:28:08 +02:00 |
|
|
e4440428f8
|
Working on SDC
|
2022-07-11 11:55:23 +02:00 |
|
|
4c4b12ee0e
|
Allow cloning UniversalGaussianDistribution (new_dist_like)
|
2022-07-09 14:46:11 +02:00 |
|
|
c08ea1cb91
|
Making UniversalGaussianDistribution ready for tanh-squashing-support
|
2022-07-09 14:33:07 +02:00 |
|