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

采纳的回答

Noah Prisament
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 个评论
Nik
Nik 2025-2-19
编辑:Nik 2025-2-19
Thanks for quick response
We are using command openExample('rl/TrainMultipleAgentsForAreaCoverageExample') to open the example, I was able to resolve above issues and its now working for me.
I want to update same to run 10 agents with bigger grid. Would you please suggest what steps we take to make it work?
Noah Prisament
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 CenterFile Exchange 中查找有关 Large-Scale Modeling 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by