RL custom environment example: LoggedSignal or LoggedSignals?

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 Comments

Have you figured this one out yet?
Not yet. But I couldnt find any error or changes occuring due to this.

Sign in to comment.

Answers (0)

Categories

Find more on Reinforcement Learning Toolbox in Help Center and File Exchange

Products

Release

R2021a

Community Treasure Hunt

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

Start Hunting!