Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MickyasTA committed Apr 26, 2024
1 parent 15684ca commit 5c18961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
best_score=avg_score
if not check_path_dir and os.path.exists(check_path_dir):
agent.save_model()
print("episode",i,"score %.1f" %score,"avg_score %.1f" %avg_score)
x=[i+1 for i in range(n_games)]
plot_learning_curve(x,score_history,figure_file)

Expand Down

0 comments on commit 5c18961

Please sign in to comment.