필터 지우기
필터 지우기

Reinforcement Learning - Access agent/training parameters while training

조회 수: 3 (최근 30일)
Tech Logg Ding
Tech Logg Ding 2021년 8월 4일
답변: Yash 2024년 2월 20일
Hi,
I am writing to ask if there's anyway to access the agent or the training statistics during the training process?
For example, how can I extract the current reward of an episode in the training episode initialisation function?
Thank you.

답변 (1개)

Yash
Yash 2024년 2월 20일
Normally, when you use the train function, it should open up the Reinforcement Learning Episode Manager. This tool allows you to see how the training is going. On the Episode Manager's chart, you can see the reward received for each training episode (EpisodeReward) and also the average reward value that's been calculated over a series of episodes (AverageReward).
Hope this helps.

카테고리

Help CenterFile Exchange에서 Training and Simulation에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by