What is in a reinforcement learning saved agent .mat file

4 vues (au cours des 30 derniers jours)
Michael Ciriacy
Michael Ciriacy le 24 Mai 2021
I am working with reinforcement learning in Simulink and MATLAB to perform continuous feedback control of a dynamic system. The saved agent files are very large after training on my model, and I was wondering what information is actually being saved in this file. Is there a way of looking at what is actually saved in the saved agent .mat file after training?

Réponses (1)

Emmanouil Tzorakoleftherakis
Modifié(e) : Emmanouil Tzorakoleftherakis le 28 Mai 2021
Why don't you load the file and check? When you saved the agen tin the .mat file, did you save anything else with it? Are you maybe saving a large experience buffer with the agent?
Another thing to consider is that along with the agent, some training data is also saved to be able to recreate training results post training. This additional data also contains any logged signals from Simulink/Simscape. I would recommend turning off signal logging and checking the size of the mat file again.
  4 commentaires
Michael Ciriacy
Michael Ciriacy le 3 Juin 2021
Modifié(e) : Michael Ciriacy le 3 Juin 2021
After shutting off the signal logging in the Simulink model the size of the agent is still increasing about 16,000 KB per episode. This did help but is there anything else that could help decrease the size of the saved agent files? I would also like to know what else is being saved in the agent file at the end of the episode if that is possible. I am working with a model that could take a large amount of episodes so I would like to keep the saved agent as small as possible for a large number of episodes.
Emmanouil Tzorakoleftherakis
How big are the neural networks you are using?

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by