How to specify the training algorithm of an agent - Reinforcement Learning
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Petre Ricioppo
el 22 de En. de 2024
Respondida: Emmanouil Tzorakoleftherakis
el 24 de En. de 2024
Hi!
I would like to train agents in a multi-agent environment. Specifically, I have created two different agents (a DDPG and a TD3). The documentation describes the general algorithm used by the Train Matlab function.
I would like to know if this function customizes the algorithm based on the agent that needs to be trained, implementing a training algorithm as specified in the documentation for DDPG and TD3, for example.
Thank you all in advance!
0 comentarios
Respuesta aceptada
Emmanouil Tzorakoleftherakis
el 24 de En. de 2024
'train' takes an agent object as input, so yes the algorithm will be selected depending on the agent.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!