diff --git a/README.md b/README.md index 0dfe26a..252b430 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Prior Conditioned Annealing -Because Movement Primitives are ugly and regular Step-Based is incompetent at exploration. +This Repo implements [Prior Conditioned Annealing](https://cloud.dominik-roth.eu/index.php/s/7bf87f3LkPDzo8a) as a SB3 compatible Noise. As underlying noises we support `WHITE`, `PINK`, arbitrary colored noises `COLOR_` and a range of Perlin based Noises such as `PERLIN_`, `DIRTYPERLIN__` and `HARMONICPERLIN__` -[Theory outlined here](https://cloud.dominik-roth.eu/index.php/s/7bf87f3LkPDzo8a) +The implemented underlying noises can be used independent of PCA by supplying `skip_conditioning=True` to the PCA_Distribution. This will result in sampling just from the selected underlying distribution. \ No newline at end of file