Feature
- Added compressed version for
DictReplayBufferandDictRolloutBuffer.
Documentation
- New Sphinx documentation hosted at https://compressed-rl.readthedocs.io
Breaking Changes
CompressedReplayBuffernow hasoutput_dtypedefaulting torawinstead offloat.CompressedRolloutBuffernow returns observation with environment'sdtypeto exhibit same behavior as v2.7.1 of SB3. (When pre-2.7.1 SB3 is installed, we still cast it totorch.float32for backward-compatibility~)
Full Changelog: v0.4.4...v0.5.0