tianshou icon indicating copy to clipboard operation
tianshou copied to clipboard

Does tianshou support RNN-SAC and how can I find the demo code?

Open caimingxue opened this issue 2 years ago • 1 comments

  • [ ] I have marked all applicable categories:
    • [ ] exception-raising bug
    • [ ] RL algorithm bug
    • [ ] documentation request (i.e. "X is missing from the documentation.")
    • [ ] new feature request
  • [ ] I have visited the source website
  • [ ] I have searched through the issue tracker for duplicates
  • [ ] I have mentioned version numbers, operating system and environment, where applicable:
    import tianshou, torch, numpy, sys
    print(tianshou.__version__, torch.__version__, numpy.__version__, sys.version, sys.platform)
    

caimingxue avatar Dec 06 '21 08:12 caimingxue

Please see https://tianshou.readthedocs.io/en/master/tutorials/cheatsheet.html#rnn-style-training

Trinkle23897 avatar Dec 06 '21 16:12 Trinkle23897