Plotting states while doing RL training

3 visualizaciones (últimos 30 días)
Is it possible to plot the states of a state space model vs time, while doing RL training, in this DoubleIIntegrator example? And related to that perhaps, get the time so it can be used as an input for the reward function in the rlEnv?

Respuesta aceptada

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis el 14 de Mzo. de 2023
We recently added a mechanism that allows you to log any information you find helpful during training. Please take a look at this page.
You can use the same mechanism to log time, but with MATLAB environments, unlike Simulink, there is no intrinsic notion of 'time'. You just assume that every time you call step in your environment, 'some' time has passed since the previous call. For some applications it makes sense to consider that these step calls happen at fixed time intervals, for others (e.g. event-driven systems) it may not be the case.

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by