1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

fixed typo from earlier commit

This commit is contained in:
Zach Dwiel
2018-10-03 16:53:52 -04:00
committed by zach dwiel
parent fbaf19543e
commit 8be980912c

View File

@@ -375,8 +375,7 @@ class GraphManager(object):
# perform several steps of playing
result = None
initial_count = self.total_steps_counters[self.phase][EnvironmentSteps]
count_end = initial_count + steps.num_steps
count_end = self.total_steps_counters[self.phase][steps.__class__] + steps.num_steps
# The assumption here is that the total_steps_counters are each updated when an event
# takes place (i.e. an episode ends)