How to run a SimMechanics robot model iteratively using Matlab code?
Ältere Kommentare anzeigen
Does anyone know how to run a SimMechanics robot model iteratively using Matlab code? Specifically, I first established a robot model using SimMechanics. After that, I constructed a neural network based controller using Matlab code, which can output signals to actuate the robot joints. The weights for the neural network are randomly generated. To optimize the weights of the neural network, I employed an evolutionary algorithm. To generate initial populations for the evolutionary algorithm, I used the following pseudo codes.
for 1:popsize
Run Neural Network;
Run SimMechanics Model;
Generate Population Individuals;
end
Can someone tell me how to achieve it? Many thanks!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Robotics System Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!