Plotting states while doing RL training
2 次查看(过去 30 天)
显示 更早的评论
Jorn de Vries
2023-3-14
回答: Emmanouil Tzorakoleftherakis
2023-3-14
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?
0 个评论
采纳的回答
Emmanouil Tzorakoleftherakis
2023-3-14
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.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!