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!