Is it possible to carry out multi agent reinforcement learning in MATLAB ?

17 ビュー (過去 30 日間)
Selva Kumar
Selva Kumar 2020 年 3 月 23 日
コメント済み: Selva Kumar 2023 年 6 月 19 日
I wish to train multiple agents(2 agents to 10 agents) in a grid map environment with same reward function.
Is it possible ? If so, suggest me some articles or books to start with !!!
I am comfortable with single agent training.
Thanks in advance !!!

採用された回答

Harsha Priya Daggubati
Harsha Priya Daggubati 2020 年 3 月 26 日
I understand you are looking for a way to simulate a multi-agent Reinforcement Learning environment. Unfortunately, the Reinforcement Learning Toolbox currently does not support multi-agent scenario. You would need to write your custom environment and training algorithms for such scenario.
Due to large amounts of request on this feature, the development team is actively working on the multi-agent feature now and it will be available in a future release. If you decide to write your own environment and training algorithm, the following documentation would be a good place to start:
  1 件のコメント
Magnify
Magnify 2020 年 7 月 18 日
I had the same idea to be implemented as him, so I hope you can check out the link to help those out who have the same requirement as me

サインインしてコメントする。

その他の回答 (1 件)

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2020 年 9 月 29 日
As of R2020b release, Reinforcement Learning Toolbox lets you train multiple agents simultaneously in Simulink. Please see following examples for reference:
  1. Train Multiple Agents for Path Following Control
  2. Train Multiple Agents for Area Coverage
  3. Train Multiple Agents to Perform Collaborative Task
Hope that helps
  8 件のコメント
Elena Maria Campanaro
Elena Maria Campanaro 2023 年 6 月 19 日
Hello, I've got the same issue on multiple-agent. Did you find any solution for that?
Thank you very much, I'll appreciate your reply.
Best regards
Selva Kumar
Selva Kumar 2023 年 6 月 19 日
Not yet ... Maybe in 2023b release we can expect

サインインしてコメントする。

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by