Need help with Model based RL
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ajai Singh
am 18 Mai 2021
Kommentiert: Ajai Singh
am 18 Mai 2021
Hi ,
I have a simulation file of a soft robot in written in C , I want to use the simulation file as a model to train a DDPG agent to achive the desired task
which for now is reaching a desired point in the 3d space. I have no idea about how to use it.
Any help would highly be appreciated.
0 Kommentare
Akzeptierte Antwort
Emmanouil Tzorakoleftherakis
am 18 Mai 2021
Hello,
If you want to use the existing C code to train with Reinforcement Learning Toolbox, I would use the C caller block to bring the C code into Simulink. You can then follow the examples in RL Toolbox.
Just a note, just because you are using a model, this is not model-based RL, DDPG is model-free.
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!