v0.2.1
v0.2.1 Release Notes
- Added Dreamer-V3 algorithm from https://arxiv.org/abs/2301.04104
- Added
RestartOnException
wrapper, which recreates and restarts the environments whenever somethig bad has happened during thestep
orreset
. This has been added only on Dreamer-V3 algorithm - Renamed classes and functions (in particular the
Player
classes fro both Dreamer-V1/V2)