implement core replay buffer logic#792
Conversation
|
@GHOpenonic can you point me to where this is used in your code? It's a bit hard to understand how these pieces are put together from this alone. |
|
@jder most of it is used/further developed in datasets.py, config.py, base.py, stepper.py, and train.py in replay buffer agent attempt. |
|
ok, thanks. I think unless someone needs this sooner (@amogh-gulati maybe?) I vote we stage this after we land the LLC work #670 and rust data loader #800, since building this on top of those probably makes sense. |
I could work on the branch meanwhile |
add replay.py script and test. This does not add replay buffer as a training option, it only implements the core logic. Wiring it into training should be based on the LLC data munging stack #670, #671, #672, #673