From 2e0ca977bc143d5a729876ffad6c08ffab831ba5 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 21 Dec 2024 18:53:44 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89204ea..1a74b5d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ JAX bindings and native implementations of differentiable trust region projectio - Multiple projection types: - KL (Kullback-Leibler divergence) - Wasserstein (only diagonal covariance) - - Frobenius (wip, not tested) + - Frobenius (wip, problem with cov projections) - Identity (no projection) - Support for both diagonal and full covariance Gaussians (induced from cholesky decomposition) - Contextual and non-contextual standard deviations (non-contextual means all standard deviations in batch are expected to be the same)