Is it possible to carry out multi agent reinforcement learning in MATLAB ?
4 views (last 30 days)
Show older comments
Selva Kumar
on 23 Mar 2020
Commented: Selva Kumar
on 19 Jun 2023
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 !!!
0 Comments
Accepted Answer
Harsha Priya Daggubati
on 26 Mar 2020
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 Comment
More Answers (1)
Emmanouil Tzorakoleftherakis
on 29 Sep 2020
As of R2020b release, Reinforcement Learning Toolbox lets you train multiple agents simultaneously in Simulink. Please see following examples for reference:
- Train Multiple Agents for Path Following Control
- Train Multiple Agents for Area Coverage
- Train Multiple Agents to Perform Collaborative Task
Hope that helps
8 Comments
Elena Maria Campanaro
on 19 Jun 2023
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
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!