mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Update common.py (#996)
This commit is contained in:
parent
a432285e77
commit
5c70faf76b
1 changed files with 1 additions and 1 deletions
|
@ -141,8 +141,8 @@ class Agent(object):
|
|||
"""
|
||||
|
||||
start = time.time()
|
||||
self.iteration += 1
|
||||
result = self._train()
|
||||
self.iteration += 1
|
||||
time_this_iter = time.time() - start
|
||||
|
||||
self.time_total += time_this_iter
|
||||
|
|
Loading…
Add table
Reference in a new issue