chandar-lab/RLHive

`EfficientCircularBuffer` uses *capacity*, whereas `CircularReplayBuffer` uses *size*.

Closed this issue · 1 comments

It'd be better to unify these two different things.

def __init__(self, capacity=1e5, compress=False, seed=42, **kwargs):