Which neural network can be used in RL agent?
Mostrar comentarios más antiguos
My observations and actions are available in the form of matrix. Is it allowed to use U-Net as actor and critic in DDPG network or I have to convert these observation and actions to vector format and use a simple feed forward neural network?
3 comentarios
Umar
el 9 de Jul. de 2024
Hi Sania,
In the context of DPG networks, while it is technically feasible to employ a U-Net architecture as both the actor and critic, it is more common and practical to convert the matrix-formatted observations and actions into vectors and utilize a standard feedforward neural network. This conversion simplifies the network design and aligns with the typical structure of DDPG implementations and b transforming the data into vector format, you can effectively leverage the capabilities of a feedforward neural network for actor-critic reinforcement learning tasks. Please let me know if you have further questions.
Sania Gul
el 9 de Jul. de 2024
Umar
el 9 de Jul. de 2024
No problem, Sania.
Respuestas (0)
Categorías
Más información sobre Reinforcement Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!