Plotting a Simulink reinforcement learning environment
Hello there,
I have declared an environment starting from a simulink model:
env = rlSimulinkEnv("main","main/RL Agent",obsInfo,actInfo);
Then i have properly defined the training options and i have executed the training.
Now, I would like to plot the environment during the training process. In the help center i have found the possibility to use create a plot function exploiting a callback on environment update.
Are there any ways to do something similar also for the rlSimulinkEnv command without defining a custom environment with all the dynamic equations?
Thank you in advance.Hello there,
I have declared an environment starting from a simulink model:
env = rlSimulinkEnv("main","main/RL Agent",obsInfo,actInfo);
Then i have properly defined the training options and i have executed the training.
Now, I would like to plot the environment during the training process. In the help center i have found the possibility to use create a plot function exploiting a callback on environment update.
Are there any ways to do something similar also for the rlSimulinkEnv command without defining a custom environment with all the dynamic equations?
Thank you in advance. Hello there,
I have declared an environment starting from a simulink model:
env = rlSimulinkEnv("main","main/RL Agent",obsInfo,actInfo);
Then i have properly defined the training options and i have executed the training.
Now, I would like to plot the environment during the training process. In the help center i have found the possibility to use create a plot function exploiting a callback on environment update.
Are there any ways to do something similar also for the rlSimulinkEnv command without defining a custom environment with all the dynamic equations?
Thank you in advance. rl, simulink, enviroment, plot MATLAB Answers — New Questions