mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +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
@@ -171,6 +171,9 @@ class AlgorithmParameters(Parameters):
|
||||
# Distributed Coach params
|
||||
self.distributed_coach_synchronization_type = None
|
||||
|
||||
# Should the workers wait for full episode
|
||||
self.act_for_full_episodes = False
|
||||
|
||||
|
||||
class PresetValidationParameters(Parameters):
|
||||
def __init__(self,
|
||||
|
||||
Reference in New Issue
Block a user