필터 지우기
필터 지우기

Why my RL training abruptly stopping before the total EpisodeCount?

조회 수: 3 (최근 30일)
I have made a custom RL environment based on the answer provided in (full description of the env described there along with the commented attached code)--
https://in.mathworks.com/matlabcentral/answers/619138-custom-rl-environment-creation?s_tid=srchtitle
But its training is stopping at 500th episode before the total episode count (5000).
I am sharing both the codes (env and main training). Don't bother about hyperparameters.
I am unable to understand what I am doing wrong.
I have implemented another more complex environment based on this logic that stops at the 500th episode even though I am fixing training for 5000.
Any suggestion?
Thanks.

채택된 답변

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2021년 1월 28일
편집: Emmanouil Tzorakoleftherakis 2021년 1월 28일
Please take a look at this doc page. While you are selecting "episodecount" as the termination criterion, you don't set the stopping value. The default is "500" which explains why training stops after 500 episodes.
The "MaxEpisodes" field is checked after the "StopTrainingCriteria" one.
Hope that helps.

추가 답변 (0개)

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by