How can I continue training my agent if I click 'stop training' in Reinforcement Learning Episode Manager?

조회 수: 3 (최근 30일)
And How can I save the agent even though the training haven't finish?

답변 (1개)

Sivsankar
Sivsankar 2024년 9월 30일
편집: Sivsankar 2024년 9월 30일
After clicking Stop Training’ you can simply run the ‘train’ function because ‘train’ updates the agent at each episode. So, you can resume training by calling ‘train(agent,env,trainOpts)’ again, without losing the trained parameters learned during the first call to train. You can simply begin the training.
If you want to save candidate agents before the fulfilment of your stop conditions even though training has not finished, the ‘rlTrainingOptions’ allows you to perform that. You can refer to the documentation below to understand how to use that function.
Thank you.

카테고리

Help CenterFile Exchange에서 Reinforcement Learning에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by