Training progress is not visible
Mostra commenti meno recenti
I am training the network, but the progress is not shown in the plot. However, the variables during the reward function calculation are displayed on the screen as shown in the figure below.

doTraining = true;
if doTraining
% Train the agent.
trainingStats = train(agent,env,trainOpts);
else
% Load the pretrained agent for the example.
load("PretrainedDDPGAgent.mat","agent")
end
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Reinforcement Learning in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
