Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytorch RNN support #2172

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Pytorch RNN support #2172

wants to merge 4 commits into from

Commits on Nov 4, 2020

  1. Add vanilla gru

    irisliucy committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    4a7e5fb View commit details
    Browse the repository at this point in the history
  2. Add gaussian gru policy

    irisliucy committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    d2b79e8 View commit details
    Browse the repository at this point in the history
  3. Add PPO & TRPO exampls

    irisliucy committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c1d9a17 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Add torch RNN support

    irisliucy committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    23a9f8d View commit details
    Browse the repository at this point in the history