RL custom environment example: LoggedSignal or LoggedSignals?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Praveen Kumar Nambisan T M
el 18 de Nov. de 2021
Comentada: Praveen Kumar Nambisan T M
el 28 de En. de 2022
In the example
openExample('rl/CreateMATLABEnvironmentUsingCustomFunctionsExample')
function [InitialObservation, LoggedSignal] = myResetFunction()
Is it LoggedSignal or LoggedSignals? Since in rest of the code it is defined as LoggedSignals. If it isn't typo, why its defined separately? I assume it is not interfering with the overall simulation.
2 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!