mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Added explicit environment closing (#129)
This commit is contained in:
@@ -81,6 +81,7 @@ def start_graph(graph_manager: 'GraphManager', task_parameters: 'TaskParameters'
|
||||
graph_manager.evaluate(EnvironmentSteps(sys.maxsize))
|
||||
else:
|
||||
graph_manager.improve()
|
||||
graph_manager.close()
|
||||
|
||||
|
||||
def handle_distributed_coach_tasks(graph_manager, args):
|
||||
|
||||
Reference in New Issue
Block a user