chainer / chainerrl

ChainerRL is a deep reinforcement learning library built on top of Chainer.
MIT License
1.18k stars 224 forks source link

Splits Replay Buffers into separate files in a replay_buffers module #506

Closed prabhatnagarajan closed 5 years ago

prabhatnagarajan commented 5 years ago

As the number of different types of replay buffers grows, it makes more sense to have a dedicated directory for the different types of replay buffers. This PR does that, while maintaining backwards compatibility.