Skip to content
Snippets Groups Projects
Commit b4cca608 authored by Philipp Sauer's avatar Philipp Sauer
Browse files

see last commit

parent 54080926
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ def main(args, env, agent, buffer, writer, stats:Statistics):
stats.total_updates += 1
agent.update(buffer=buffer, avg_failures=avg_failures, total_episodes=stats.total_episodes + i)
stats.end(name="update")
agent.after_updates()
if args.clear_buffer:
buffer.clear()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment