Skip to content

Commit

Permalink
remove plot func
Browse files Browse the repository at this point in the history
  • Loading branch information
mprhode authored Jan 31, 2022
1 parent eacd30a commit ce67e35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ def train(agent_name="Blue", gamma=0.99, epsilon=1, lr=0.0001,
env = ChallengeWrapper(agent_name="Blue",
env=CybORG(PATH, 'sim', agents=agent_list[agent_counter % len(agent_list)]))
except KeyboardInterrupt:
plot_learning_curve(steps_array, scores, eps_history, FIGURE_FILE)

agent.save_models()


Expand Down

0 comments on commit ce67e35

Please sign in to comment.