PriorConditionedAnnealing/README.md

5 lines
599 B
Markdown
Raw Permalink Normal View History

2023-04-19 19:07:17 +02:00
# Prior Conditioned Annealing
2024-04-03 18:01:50 +02:00
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_<beta>` and a range of Perlin based Noises such as `PERLIN_<speed>`, `DIRTYPERLIN_<speed>_<dirty_ratio>` and `HARMONICPERLIN_<speed>_<octaves>`
2023-04-19 19:09:04 +02:00
2024-04-03 18:01:50 +02:00
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.