Unrecognized property 'LearningFrequency' for class 'rl.option.rlPPOAgentOptions'.
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello everbody,
I'm facing the following error:
Unrecognized property 'LearningFrequency' for class 'rl.option.rlPPOAgentOptions'.
It occurs when I enter the following at the command line:
agent.AgentOptions.LearningFrequency=4;
'agent' has been defined before, as a PPO agent, and I'm using R2023b.
Did I miss something about this hyperparameter?
Link to the related documentation: Options for PPO agent - MATLAB - MathWorks Switzerland
Thanks in advance for your help!
Nicolas
댓글 수: 0
채택된 답변
Ayush Aniket
2024년 7월 18일
편집: Ayush Aniket
2024년 7월 18일
Hi Nicolas,
The error you get is due to the fact that the LearningFrequency property in the rlPPOAgentOptions class was introduced in MATLAB R2024a release. You can check the version history of the class(or any other function) in the Version History section of the documentation page: https://www.mathworks.com/help/reinforcement-learning/ref/rl.option.rlppoagentoptions.html#mw_abe4fee0-4021-4936-a3a1-5bc7c8e85cbc
Also, you can refer the release notes for R2024a for all the new updates to the Reinforcement Learning Toolbox here: https://www.mathworks.com/help/reinforcement-learning/release-notes.html
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Training and Simulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!