[RLlib] SAC algo cleanup. (#10825)

This commit is contained in:
Sven Mika
2020-09-20 11:27:02 +02:00
committed by GitHub
parent 1d06e025ae
commit 805dad3bc4
56 changed files with 764 additions and 285 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class LearnerThread(threading.Thread):
learner_queue_size, learner_queue_timeout):
"""Initialize the learner thread.
Arguments:
Args:
local_worker (RolloutWorker): process local rollout worker holding
policies this thread will call learn_on_batch() on
minibatch_buffer_size (int): max number of train batches to store