RF - Create MATLAB Environment using Custom Functions - myResetFunction

1 visualización (últimos 30 días)
the User's Guide of Reinforcement Learning Toolbox (ver R2019b),
Page 2-49 - Page 2-50
when we defined reset function myResetFunction.m, LoggedSignal.State = [T0;Td0;X0;Xd0];
But when we defined step function myStepFunction.m, XDot = State(2); Theta = State(3); ThetaDot = State(4).
The LoggedSignal.State in myResetFunction.m seems should be [X0; Xd0; T0; Td0] ??

Respuesta aceptada

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis el 18 de Feb. de 2020
Hi Zhen,
I believe you are right - I have informed the documentation team about this.

Más respuestas (0)

Categorías

Más información sobre Statistics and Machine Learning Toolbox 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