Export Q-Table from rlAgent

3 vues (au cours des 30 derniers jours)
Johann Lange
Johann Lange le 26 Mar 2021
Commenté : Johann Lange le 26 Mar 2021
Hello,
I was trying out the example for a Q-Table based Reinforcement Learning agent as per MathWorks example.
Now after training, I'd like to export/visualize the resulting Q-Table. I inspected the resulting agent, but I'm not able to extract the Q-Table from it.
Is this even possible? If so, how? Or do I manually have to sample throw all states to reverse engineer the table?
Thank you!

Réponse acceptée

Emmanouil Tzorakoleftherakis
Here is an example
load('basicGWQAgent.mat','qAgent')
critic = getCritic(qAgent);
tableObj = getModel(critic);
table = tableObj.Table
  1 commentaire
Johann Lange
Johann Lange le 26 Mar 2021
Awesome! Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by