We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ed410 commit 68c6b73Copy full SHA for 68c6b73
1 file changed
src/XX_maintenance_lib.py
@@ -46,7 +46,7 @@ def sample_ep_plot(self, states, actions, rewards, ep, savename):
46
h, l = ax.get_legend_handles_labels()
47
ax.set_xlim(left=-1, right=actions_arr.shape[0]+1)
48
ax.set_ylim(top=1.05, bottom=-0.05)
49
- ax.set_title(f'epoch {ep}', fontsize=10)
+ ax.set_title(f'episode {ep}', fontsize=10)
50
ax.set_ylabel('cutter life')
51
ax.set_xticklabels([])
52
ax.grid(alpha=0.5)
0 commit comments