Borrar filtros
Borrar filtros

Reinforcement learning agent saving error

7 visualizaciones (últimos 30 días)
Yihao
Yihao el 24 de Feb. de 2024
Comentada: Yihao el 29 de Feb. de 2024
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 comentarios
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis el 27 de Feb. de 2024
Do you have write access to that folder?
Yihao
Yihao el 29 de Feb. de 2024
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.

Iniciar sesión para comentar.

Respuestas (1)

Yihao
Yihao el 29 de Feb. de 2024
Editada: Yihao el 29 de Feb. de 2024
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 comentarios
Ari Biswas
Ari Biswas el 29 de Feb. de 2024
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 el 29 de Feb. de 2024
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.

Iniciar sesión para comentar.

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by