From f894e8108293b1ff9ce597a6d156639e61af8b6c Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 3 Apr 2024 18:01:32 +0200 Subject: [PATCH] Link to PCA page from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9be307e..3a8160e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For available projection_kwargs have a look at [Metastable Projections](https:// ### Full Covariance -SB3 does not support full covariances (only diagonal). We still provide support for full covariances via the seperate PCA package. (But since we don't actually want to use PCA ('Prior Conditioned Annealing'), we pass 'skip_conditioning=True'; this will lead to the underlying Noise being used directly.) +SB3 does not support full covariances (only diagonal). We still provide support for full covariances via the seperate [PCA](https://git.dominik-roth.eu/dodox/PriorConditionedAnnealing) package. (But since we don't actually want to use PCA ('Prior Conditioned Annealing'), we pass 'skip_conditioning=True'; this will lead to the underlying Noise being used directly.) We therefore pass `use_pca=True` and `policy_kwargs.dist_kwargs = {'Base_Noise': 'WHITE', par_strength: 'FULL', skip_conditioning=True}`