[rllib] [hotfix] Build broken due to merge conflict: MixInReplay has no attribute buffer

This commit is contained in:
Eric Liang
2020-05-13 12:21:04 -07:00
committed by GitHub
parent cd0037064c
commit 6bf1dc0888
+1 -1
View File
@@ -156,7 +156,7 @@ class MixInReplay:
def __call__(self, sample_batch):
# Put in replay buffer if enabled.
self.buffer.add_batch(sample_batch)
self.replay_buffer.add_batch(sample_batch)
# Proportional replay.
output_batches = [sample_batch]