mirror of
https://github.com/gryf/coach.git
synced 2026-04-17 04:53:30 +02:00
bug fixes for OPE (#311)
This commit is contained in:
@@ -92,7 +92,7 @@ class ExperienceReplay(Memory):
|
||||
self.reader_writer_lock.release_writing()
|
||||
return batch
|
||||
|
||||
def get_shuffled_data_generator(self, size: int) -> List[Transition]:
|
||||
def get_shuffled_training_data_generator(self, size: int) -> List[Transition]:
|
||||
"""
|
||||
Get an generator for iterating through the shuffled replay buffer, for processing the data in epochs.
|
||||
If the requested size is larger than the number of samples available in the replay buffer then the batch will
|
||||
|
||||
Reference in New Issue
Block a user