joschu / modular_rl

Implementation of TRPO and related algorithms
MIT License
622 stars 156 forks source link

Running TRPO with RNN #22

Open ViktorM opened 7 years ago

ViktorM commented 7 years ago

Hi,

Can TRPO be used with the RNN's and LSTM or GRU in particular? It can be useful for locomotion partially observed tasks. And what modifications are required for adding RNN layers to the algorithm?