how I can connect Agent's action to set block parameter?
1 次查看(过去 30 天)
显示 更早的评论
Pavel Semenov
2020-8-29
回答: Emmanouil Tzorakoleftherakis
2020-9-3
Hello,
how I can connect Agent's action to set block parameter? In particular I need my RL Agent to change relay setting "OnSwitchValue" in the specified range.
0 个评论
采纳的回答
Emmanouil Tzorakoleftherakis
2020-9-3
Hello,
The most straightforward way is if the block accepts external input that modifies these parameters (for example like the gains in a PID block). For a relay, you may consider creating a dynamic relay yourself e.g. using the implementation shown here, or using a MATLAB function block.
0 个评论
更多回答(1 个)
Nikhil Sonavane
2020-9-1
You may consider going through this already answered MATLAB Question which is available in the community.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!