How to use RNN+DDPG together?

I have a custom RL environment that changes over time. Therefore I am planning to use the timestamp as one of the state information. I am also planning to use RNN as the NN architecture.
My problem has continuous action space. How can I use RNN+DDPG together? (or any other continuous action schemes)

 Accepted Answer

The ability to create LSTM policies with DDPG is available starting in R2021a.
Hope that helps

3 Comments

Thanks, Emmanouil. Is there any exmple of similar kind?
See this example in R2021a. Beyond that, see some short short ones that show how to set up the neural nets here.
Thanks, Emmanouil.

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!