Minor fix

This commit is contained in:
Shangtong Zhang
2017-11-11 20:58:18 -07:00
parent c1fdb1bd2f
commit 0fb70fa484
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -32,7 +32,6 @@ def evaluate(config, task, learning_network, extra):
test_wall_times = []
initial_time = time.time()
worker = config.worker(config, learning_network, extra)
# config.logger = Logger('./evaluation_log', gym.logger)
while True:
steps = config.total_steps.value
if config.test_interval and steps % config.test_interval == 0: