Which neural network can be used in RL agent?
古いコメントを表示
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 件のコメント
Umar
2024 年 7 月 9 日
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
2024 年 7 月 9 日
Umar
2024 年 7 月 9 日
No problem, Sania.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Reinforcement Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!