From b2d864a5bdac24ea62968d57f590622c8632e5bd Mon Sep 17 00:00:00 2001 From: Zach Dwiel Date: Thu, 4 Oct 2018 11:53:14 -0400 Subject: [PATCH] remove out of date documentation --- rl_coach/graph_managers/graph_manager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rl_coach/graph_managers/graph_manager.py b/rl_coach/graph_managers/graph_manager.py index 03b39f6..201c67b 100644 --- a/rl_coach/graph_managers/graph_manager.py +++ b/rl_coach/graph_managers/graph_manager.py @@ -352,8 +352,6 @@ class GraphManager(object): """ Do several steps of acting on the environment :param steps: the number of steps as a tuple of steps time and steps count - :param return_on_game_over: finish acting if an episode is finished - :param continue_until_game_over: continue playing until an episode was completed :param keep_networks_in_sync: sync the network parameters with the global network before each episode """ self.verify_graph_was_created()