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

remove out of date documentation

This commit is contained in:
Zach Dwiel
2018-10-04 11:53:14 -04:00
committed by zach dwiel
parent d32d909238
commit b2d864a5bd

View File

@@ -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()