mirror of
https://github.com/gryf/coach.git
synced 2026-04-24 01:21:29 +02:00
Add RedisDataStore (#295)
* GraphManager.set_session also sets self.sess * make sure that GraphManager.fetch_from_worker uses training phase * remove unnecessary phase setting in training worker * reorganize rollout worker * provide default name to GlobalVariableSaver.__init__ since it isn't really used anyway * allow dividing TrainingSteps and EnvironmentSteps * add timestamps to the log * added redis data store * conflict merge fix
This commit is contained in:
committed by
shadiendrawis
parent
34e1c04f29
commit
7b0fccb041
@@ -0,0 +1,4 @@
|
||||
[coach]
|
||||
image = amr-registry.caas.intel.com/aipg/coach
|
||||
memory_backend = redispubsub
|
||||
data_store = redis
|
||||
Reference in New Issue
Block a user