Reinforcement Learning Episode Manager
이전 댓글 표시
After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??
댓글 수: 1
Mike Croucher
2021년 9월 5일
In MATLAB 2021a and above you can use the inspectTrainingResult function to do this as follows
trainingStats = train(agent,env,trainOpts);
inspectTrainingResult(trainingStats)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Reinforcement Learning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!