Do MBPO agents not support recurrent neural networks for the environment model, the base off-policy agent, or both?

조회 수: 1 (최근 30일)
Since TD3, SAC, etc. agents support using recurrent layers by themselves, would using these recurrent base agents still not work with MBPO?
Could this limit be circumvented by using a custom training loop for the environment model and for the base agents?
  댓글 수: 2
Naren Raman
Naren Raman 2024년 5월 6일
Thank you for your question. No, MBPO agents do not support recurrent networks for now as mentioned in the documentation. The custom training loop provides more flexibility. Yes, you should be able to use the custom training loop to create a custom MBPO agent with recurrent neural networks.
Kundan Panta
Kundan Panta 2024년 5월 7일
Thank you for your timely response. To confirm that recurrent networks are not supported for the base agents, in addition to the environment model, I tried combining the "Create MBPO Agent" and "Create TD3 Agent with Recurrent Neural Networks" examples and it indeed threw an error.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

태그

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by