mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Simulating the act on the trainer. (#65)
* Remove the use of daemon threads for Redis subscribe. * Emulate act and observe on trainer side to update internal vars.
This commit is contained in:
committed by
Balaji Subramaniam
parent
fe6857eabd
commit
fde73ced13
@@ -32,5 +32,5 @@ class MemoryBackend(object):
|
||||
def store_episode(self, obj):
|
||||
raise NotImplemented("Not yet implemented")
|
||||
|
||||
def subscribe(self, memory):
|
||||
def fetch(self, num_steps=0):
|
||||
raise NotImplemented("Not yet implemented")
|
||||
|
||||
Reference in New Issue
Block a user