Property CompletedEpisodes
CompletedEpisodes
Returns the number of episodes that the Agent has completed (either EndEpisode() was called, or maxSteps was reached).
Declaration
public int CompletedEpisodes { get; }
Property Value
| Type | Description |
|---|---|
| int | Current episode count. |