priorConditionedAnnealing | ||
.gitignore | ||
README.md | ||
setup.py | ||
test.py |
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.