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

update GraphManager.act specified return type

This commit is contained in:
zach dwiel
2018-10-11 20:03:10 -04:00
parent def76b4cc6
commit 3ba0df7d07

View File

@@ -353,7 +353,7 @@ class GraphManager(object):
[environment.reset_internal_state(force_environment_reset) for environment in self.environments]
[manager.reset_internal_state() for manager in self.level_managers]
def act(self, steps: PlayingStepsType) -> (int, bool):
def act(self, steps: PlayingStepsType) -> None:
"""
Do several steps of acting on the environment
:param steps: the number of steps as a tuple of steps time and steps count