Skip to content

Commit 68c6b73

Browse files
committed
Update XX_maintenance_lib.py
Correction of a figure title
1 parent 52ed410 commit 68c6b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XX_maintenance_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def sample_ep_plot(self, states, actions, rewards, ep, savename):
4646
h, l = ax.get_legend_handles_labels()
4747
ax.set_xlim(left=-1, right=actions_arr.shape[0]+1)
4848
ax.set_ylim(top=1.05, bottom=-0.05)
49-
ax.set_title(f'epoch {ep}', fontsize=10)
49+
ax.set_title(f'episode {ep}', fontsize=10)
5050
ax.set_ylabel('cutter life')
5151
ax.set_xticklabels([])
5252
ax.grid(alpha=0.5)

0 commit comments

Comments
 (0)