Method EpisodeInterrupted
EpisodeInterrupted()
Indicate that the episode is over but not due to the "fault" of the Agent. This has the same end result as calling EndEpisode(), but has a slightly different effect on training.
Declaration
public void EpisodeInterrupted()
Remarks
This should be used when the episode could continue, but has gone on for a sufficient number of steps.