Is it practicable to train multiple agents simutaneously using RL Toolbox?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Shi yu
el 6 de Mzo. de 2020
Comentada: Shi yu
el 10 de Oct. de 2020
Here is a question about applying multiple agents simutaneously when training using RL Toolbox.
Background: I have been trying to apply reinforcement learning method to multiagent control in which scenario communication between agents is required. So I need to train agents simultaneously while they exchange data/ message with each other,like states(observations)and reward.
According to my knowledge,there only can be one single RLagent in one Simulink file while creating environment. Besides,function ‘train’ seems not to support to train several agents simultaneously while using several Simulink files.
So how to solve this problem? Any suggestions would be really appreciated!
1 comentario
Respuesta aceptada
Ari Biswas
el 20 de Abr. de 2020
Multi-agent training is currently not supported, however, it will be soon in a future release.
Más respuestas (1)
Emmanouil Tzorakoleftherakis
el 29 de Sept. de 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
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!