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 Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!