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

[bug-fix] Fix POCA LSTM, pad sequences in the back #5206

Merged
merged 14 commits into from
Apr 5, 2021
Merged

Commits on Mar 30, 2021

  1. Pad buffer at the end

    Ervin Teng committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b64e5b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Fix padding in optimizer value estimate

    Ervin Teng committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    29af343 View commit details
    Browse the repository at this point in the history
  2. Fix additional bugs and POCA

    Ervin Teng committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    39f6d57 View commit details
    Browse the repository at this point in the history
  3. Fix groupmate obs, add tests

    Ervin Teng committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    48dafb6 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    Ervin Teng committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    0a5b798 View commit details
    Browse the repository at this point in the history
  5. Improve tests

    Ervin Teng committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    be54401 View commit details
    Browse the repository at this point in the history
  6. Address comments

    Ervin Teng committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    439b1bd View commit details
    Browse the repository at this point in the history
  7. Fix poca test

    Ervin Teng committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    795c269 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Fix buffer test

    Ervin Teng committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    8a0f044 View commit details
    Browse the repository at this point in the history
  2. Increase entropy for Hallway

    Ervin Teng committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5a6f8d7 View commit details
    Browse the repository at this point in the history
  3. Add EOF newline

    Ervin Teng committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    234f7c8 View commit details
    Browse the repository at this point in the history
  4. Fix Behavior Name

    Ervin Teng committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    54b3766 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Merge branch 'main' into develop-lstm-padding

    Ervin Teng committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    97ad004 View commit details
    Browse the repository at this point in the history
  2. Address comments

    Ervin Teng committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    e2ae9aa View commit details
    Browse the repository at this point in the history