How can I create a Reinforcement Learning Agent representation based on Recurrent neural network (RNN, LSTM, among others)
22 views (last 30 days)
Show older comments
Juan Vasconez
on 31 Mar 2021
Commented: dong
on 23 May 2024
Dear all,
How can I create a Reinforcement Learning Agent representation based on Recurrent neural network (RNN, LSTM, among others).
Is it possible??
Thanks
0 Comments
Accepted Answer
Emmanouil Tzorakoleftherakis
on 1 Apr 2021
Hello,
Which release are you using? R2020a and R2020b support LSTM policies for PPO and DQN agents. Starting in R2021a you can additionally use PG, DDPG, AC, SAC, and TD3 agents with LSTMs.
Some resources and examples that may be helpful:
Hope that helps
2 Comments
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!