1
0
mirror of https://github.com/gryf/coach.git synced 2026-03-01 06:05:47 +01:00

waiting for a new checkpoint if it's available

This commit is contained in:
Ajay Deshpande
2018-10-05 19:08:24 -07:00
committed by zach dwiel
parent 5eac0102de
commit 7f00235ed5
7 changed files with 49 additions and 20 deletions

View File

@@ -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()