mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -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()
|
start = time.time()
|
||||||
self.iteration += 1
|
|
||||||
result = self._train()
|
result = self._train()
|
||||||
|
self.iteration += 1
|
||||||
time_this_iter = time.time() - start
|
time_this_iter = time.time() - start
|
||||||
|
|
||||||
self.time_total += time_this_iter
|
self.time_total += time_this_iter
|
||||||
|
|
Loading…
Add table
Reference in a new issue