`EfficientCircularBuffer` uses *capacity*, whereas `CircularReplayBuffer` uses *size*.
Closed this issue · 1 comments
alirahkay commented
It'd be better to unify these two different things.
dapatil211 commented
RLHive/hive/replays/replay_buffer.py
Line 68 in a08f441