Skip to content

v0.1.3 Buffer bug fixes

Latest

Choose a tag to compare

@keraJLi keraJLi released this 10 Jun 12:28
· 1 commit to main since this release

Fixes two bugs with the replay buffer:

  • If the batch size did not divide the buffer size cleanly, the buffer would not be regarded as full, and would ignore many valid transitions in sampling
  • Sampling is now without replacement, as documented in the docstring