execute dos commend and read excel in simulink (reinforcement learning)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
minhyuk jeung
el 20 de Abr. de 2022
Comentada: minhyuk jeung
el 23 de Abr. de 2022
Hello everyone,
I'm trying to construct reinforcement learning using simulink
The structure of my reinforcement learning model ->
agent -> action(parameters) -> run model(dos commend) -> result -> (reward, observation, isdone) -> agent
Is there any function or example for running "dos commend" or read "excel" in simulink????
Thank you for help
0 comentarios
Respuesta aceptada
Walter Roberson
el 20 de Abr. de 2022
You could potentially use a MATLAB Function block that used system() and readmatrix()
You might have to use coder.extern() for both of these. You would not be able to turn on rapid acceleration, and you would not be able to deploy to any devices.
Más respuestas (0)
Ver también
Categorías
Más información sobre Multicore Processor Targets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!