필터 지우기
필터 지우기

Reinforcement learning agent saving error

조회 수: 7 (최근 30일)
Yihao
Yihao 2024년 2월 24일
댓글: Yihao 2024년 2월 29일
Hi, I am not able to save the agent due to the warning "Warning: Unable to save the agent to the directory "savedAgents". Increase the disk space or check SaveAgentCriteriaValue in training options." However, I have sufficient space for at least 200 GB for the matlab directory.
How to solve it? Thanks in advance.
  댓글 수: 2
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2024년 2월 27일
Do you have write access to that folder?
Yihao
Yihao 2024년 2월 29일
Maybe because of this, I will try again. Btw, In the rlTrainingOptions, I modified the storage type as 'SimulationStorageType',"none" rather than using default "memory". And it works which also lowers the data size.

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

답변 (1개)

Yihao
Yihao 2024년 2월 29일
편집: Yihao 2024년 2월 29일
In the rlTrainingOptions, I modified the storage type as 'SimulationStorageType',"none" rather than using default "memory". And it works which also lowers the data size.
  댓글 수: 2
Ari Biswas
Ari Biswas 2024년 2월 29일
Hello Yihao,
The message is displayed if there were any issues when saving agents during training. It should not be related to setting the SimulationStorageType value, which saves simulation results (not agents) to memory or disk. If possible, please send some steps to reproduce the issue, such as how you created the agent, environment, and configured the training options. We will look into it. Thanks for using our tools.
Yihao
Yihao 2024년 2월 29일
Hi, Ari. Sorry I cannot share the detailed code. Basically what I did is to run a simulation with around 20us for like 0.02s for each training episode. And the agent at round 4000th training episode cannot be saved even though my disk space is quite sufficient.
Thanks for your help.

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

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by