waiting for a new checkpoint if it's available

This commit is contained in:
Ajay Deshpande
2018-10-23 16:54:43 -04:00
committed by zach dwiel
parent 5eac0102de
commit 7f00235ed5
7 changed files with 49 additions and 20 deletions
@@ -184,7 +184,7 @@ class EpisodicExperienceReplay(Memory):
:return: None
"""
# Calling super.store() so that in case a memory backend is used, the memory backend can store this episode.
super().store(episode)
super().store_episode(episode)
if lock:
self.reader_writer_lock.lock_writing_and_reading()