Skip to content

Commit

Permalink
Add acceleration.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Jul 26, 2024
1 parent 993db67 commit 70a9cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rlai/policy_gradient/monte_carlo/reinforce.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def improve(
label=plot_label,
**environment.plot_label_data_kwargs[plot_label][1]
)
plt.legend()
plt.tight_layout()

if pdf is None:
Expand Down

0 comments on commit 70a9cbc

Please sign in to comment.