Need help with Model based RL

조회 수: 1 (최근 30일)
Ajai Singh
Ajai Singh 2021년 5월 18일
댓글: Ajai Singh 2021년 5월 18일
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.

채택된 답변

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2021년 5월 18일
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.
  댓글 수: 1
Ajai Singh
Ajai Singh 2021년 5월 18일
Thank you so much, i'll try this and will let you know if it worked.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by