Skip to content

Releases: martius-lab/pink-noise-rl

v2.0.1

13 Apr 13:17
Compare
Choose a tag to compare

New functionality:

  • Vectorized sampling of more than one time step is now possible with ColoredNoiseProcess.sample(T)
  • ColoredNoiseProcess now also has a dedicated reset function for refilling the buffer

v2.0.0

16 Mar 16:34
Compare
Choose a tag to compare

Version 2.0.0

This version introduces some breaking changes. It is no longer necessary to pass a list of beta values of the same dimensionality as the action space. Instead, a single beta can be passed, in addition to the action space dimensionality, and the noise will be sampled in a vectorized manner (in contrast to the iterative implementation in version 1).

v1.0.1

02 Dec 09:02
Compare
Choose a tag to compare
Version 1.0.1