How to write my custom fn in multi agent systems?
조회 수: 2 (최근 30일)
이전 댓글 표시
How to write my custom fn in multi agent systems?
댓글 수: 0
답변 (1개)
Ayush
2023년 8월 31일
Hey Maha Mosalam,
I understand that you want to know how to write a custom function in multi agent systems.
Currently multi-agent training is only supported in Simulink. If you have a custom function created in MATLAB, you can copy and paste the core parts like the reward and step function into a “MATLAB Fcn” block in Simulink.
You can refer to documentation for more information on “MATLAB Fcn” block: Implement MATLAB Functions in Simulink with MATLAB Function Blocks - MATLAB & Simulink - MathWorks India
Hope this helps!
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!