thu-ml / tianshou

An elegant PyTorch deep reinforcement learning library.
https://tianshou.org
MIT License
7.75k stars 1.12k forks source link

A question: LSTM + PPO #498

Closed tesla-cat closed 2 weeks ago

tesla-cat commented 2 years ago

A question

Trinkle23897 commented 2 years ago

https://tianshou.readthedocs.io/en/master/tutorials/cheatsheet.html#rnn-style-training https://github.com/thu-ml/tianshou/issues/486#issuecomment-1002665193

vwxyzjn commented 2 years ago

Hey @tesla-cat, coincidentally we have been building OpenAI Five style bots in gym-microrts, which looks like

We have successfully prototyped PPO + LSTM in the Atari games, and we hope to prototype PPO + LSTM in gym-microrts as well. If you are interested in helping with this prototype, please let me know :)