Is there a way to visualize simulation result (after RL agent training) at the command line?
Show older comments
Hi!
Is there any way to visualize the result of a simulation at the command line, given a simulation result (as on the following picture for example)?

I mean, I can run the following lines to get the simulation result, but how could I then display it? How should I for example open the Reinforcement Learning Designer app at the command line and then 'plot' the simResults?
% Perform simulations
simResults = sim(env,agentPPO,simOptions);
Is there also a way of registering the "experience1" variable in the workspace?
Accepted Answer
More Answers (0)
Categories
Find more on Reinforcement 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!
