reset function of reinforcement learning?
Show older comments
In reset function of reinforcement learning example (https://au.mathworks.com/help/reinforcement-learning/ug/create-custom-matlab-environment-from-template.html)
why InitialObservation = [T0;Td0;X0;Xd0];? it seems should be [X0;Xd0;T0;Td0]
Answers (1)
Asvin Kumar
on 30 Dec 2019
0 votes
Yes, I believe you're right. Thanks for pointing this out.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!