Get observation of final episode of RL agent

6 visualizzazioni (ultimi 30 giorni)
Hi everyone,
I statrted using RL toolbox three months ago, and I trained my RL agent. But as a part of my work I need to have the observation used in the final iteration of some episodes. Is there any opportunity to get the observation participated in a specific episode of RL training, or nor?
Also, it might be noticeable that I defined a custom environment matching with my problem, and both of the observation and state spaces are continuous.

Risposta accettata

Emmanouil Tzorakoleftherakis
Modificato: Emmanouil Tzorakoleftherakis il 14 Feb 2021
Do you want to save the observations in the last time step of the final episode? Or all the observations shown in the final episode? Are you using a custom MATLAB or Simulink environment? Regardless, I think you can add some kind of counter and when you reach the desired episode #, just save what you need in a mat file.
It sounds like you can use the IsDone flag/condition to save what you need. You would still need a counter and when the max number of steps in the episode is reached, set IsDone to true and save the variables you need.
  4 Commenti
shadi abpeikar
shadi abpeikar il 14 Feb 2021
Thanks a lot, I can't believe that It was as easy as this! You are definitely right this is the way.
Emmanouil Tzorakoleftherakis
Np. Please accept the answer if it answered your question

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Training and Simulation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by