Effacer les filtres
Effacer les filtres

Out of Memory during serialization of the subsystem data - reinforcement learning

20 vues (au cours des 30 derniers jours)
Charissa Ramlagan
Charissa Ramlagan le 26 Jan 2022
Modifié(e) : Sourabh le 22 Déc 2023
Hi, during training (reinforcement learning), agents aren't saved properly and this warning is given. What can be done to fix this?

Réponses (1)

Sourabh
Sourabh le 22 Déc 2023
Modifié(e) : Sourabh le 22 Déc 2023
Hello Charissa,
From my understanding, you are facing an out of memory issue while saving an agent during training.
The following steps should help avoid this error by reducing unncessary memory usage:
  1. If you are using a Simulink model, configure it to not log any data, thus reducing memory usage.
  2. Set up a more rigorous save agent value to limit the amout of agent which is actually logged.
Also, do note that it is okay to switch on logging outside the training of the agent.
Hope this helps!

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by