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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user