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

[rllib] Fix LSTM regression on truncated sequences and add regression test #2898

Merged
merged 7 commits into from
Sep 18, 2018

Commits on Sep 17, 2018

  1. fix

    ericl committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    28cfb66 View commit details
    Browse the repository at this point in the history
  2. add test

    ericl committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    8208e04 View commit details
    Browse the repository at this point in the history
  3. yapf

    ericl committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    fd391dd View commit details
    Browse the repository at this point in the history
  4. yapf

    ericl committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    3ccd219 View commit details
    Browse the repository at this point in the history
  5. fix space

    ericl committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    dd1b0b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Oops that should be lstm: True

    ericl authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    8de0f53 View commit details
    Browse the repository at this point in the history
  2. Update cartpole_lstm.py

    ericl authored Sep 18, 2018
    Configuration menu
    Copy the full SHA
    e04b660 View commit details
    Browse the repository at this point in the history