Go to file
2024-04-18 14:35:33 +02:00
priorConditionedAnnealing Fix: Noise Name cannot contain _ (rename Rayleight Perlin) 2024-04-18 14:35:33 +02:00
.gitignore Expanded .gitignore 2023-05-04 19:24:17 +02:00
README.md Updated README 2024-04-03 18:01:50 +02:00
setup.py added scipy as a dependency 2023-07-12 20:22:55 +02:00
test.py Making science, Making science 2023-05-04 19:29:54 +02:00

Prior Conditioned Annealing

This Repo implements Prior Conditioned Annealing 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>

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.