MCPcopy Create free account
hub / github.com/deepdrive/deepdrive / close

Function close

tensorflow_agent/agent.py:299–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 log.info('Running tensorflow agent checkpoint: %s', net_path)
298
299 def close():
300 gym_env.close()
301 agent.close()
302
303 session_done = False
304 episode = 0

Callers 1

runFunction · 0.85

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected