Skip to content

v0.5.0

Latest

Choose a tag to compare

@Trenza1ore Trenza1ore released this 27 May 21:04
· 25 commits to main since this release

Feature

  • Added compressed version for DictReplayBuffer and DictRolloutBuffer.

Documentation

Breaking Changes

  • CompressedReplayBuffer now has output_dtype defaulting to raw instead of float.
  • CompressedRolloutBuffer now returns observation with environment's dtype to exhibit same behavior as v2.7.1 of SB3. (When pre-2.7.1 SB3 is installed, we still cast it to torch.float32 for backward-compatibility~)

Full Changelog: v0.4.4...v0.5.0