mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-10 11:40:58 +08:00
tensorboard logging
This commit is contained in:
@@ -65,6 +65,7 @@ class AsyncAgent:
|
||||
self.config.steps_lock = mp.Lock()
|
||||
self.config.network_lock = mp.Lock()
|
||||
self.config.total_steps = mp.Value('i', 0)
|
||||
self.config.total_epochs = mp.Value('i', 0)
|
||||
self.config.stop_signal = mp.Value('i', False)
|
||||
|
||||
def run(self):
|
||||
|
||||
Reference in New Issue
Block a user