Train Multiple Agents for Area Coverage example not working
6 次查看(过去 30 天)
显示 更早的评论
I am trying to run example provided for RL learning "Train Multiple Agents for Area Coverage". Getting following errors:
- >> plotGrid-> Not enough input arguments.
- Error in plotGrid (line 15) -> if ~isequal(obstacles,-1)
- Error evaluating parameter 'Agent' in 'rlAreaCoverage/Agent A (Red)' Caused by: Unrecognized function or variable 'agentA'. Variable 'agentA' does not exist.
Could you please help with instrctions to run it successfuly?
https://in.mathworks.com/help/reinforcement-learning/ug/train-3-agents-for-area-coverage.html?s_eid=PSM_15028
0 个评论
采纳的回答
Noah Prisament
2025-2-18
Are you copying code blocks individually or using the command openExample('rl/TrainMultipleAgentsForAreaCoverageExample') to open the example? If you are doing the former, you may be missing a code block and causing these errors.
2 个评论
Noah Prisament
2025-2-19
编辑:Noah Prisament
2025-2-19
It looks like you are trying to manually run the model that is loaded using the Simulink UI. Instead you should run this model using the live script in the example. The workspace initialization in the live script is required in order to run the model, so all of the lines in the live script until at least line 114 need to be run in order for the model to work properly. Additionally, all of the lines until 136 need to be run in order to have the agents be trained.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Large-Scale Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!