Train Multiple Agents for Area Coverage example not working
1 回表示 (過去 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!