Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
chr0nikler committed Dec 23, 2024
1 parent 53c9da8 commit 43b41e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/train_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_moving_avgs(arr, window, convolution_mode):
mode=convolution_mode
) / window

# Smooth over a 500 episode window
# Smooth over a 500 episode window
rolling_length = 500
fig, axs = plt.subplots(ncols=3, figsize=(12, 5))
axs[0].set_title("Episode rewards")
Expand Down

0 comments on commit 43b41e3

Please sign in to comment.