mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 08:46:01 +08:00
[rllib] [hotfix] Build broken due to merge conflict: MixInReplay has no attribute buffer
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user