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 time dimension shaping for PyTorch RNN models. #21735

Merged
merged 8 commits into from
Apr 29, 2022

Commits on Apr 27, 2022

  1. Fix time dimension shaping for PyTorch RNN models

    Signed-off-by: Xuehai Pan <[email protected]>
    XuehaiPan committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    6eacc61 View commit details
    Browse the repository at this point in the history
  2. Reformat files

    Signed-off-by: Xuehai Pan <[email protected]>
    XuehaiPan committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    382c86d View commit details
    Browse the repository at this point in the history
  3. Format Python code with Black

    Signed-off-by: Xuehai Pan <[email protected]>
    XuehaiPan committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    dbf4e2f View commit details
    Browse the repository at this point in the history
  4. Add tests for function add_time_dimension

    Signed-off-by: Xuehai Pan <[email protected]>
    XuehaiPan committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f27fadf View commit details
    Browse the repository at this point in the history
  5. Format files

    Signed-off-by: Xuehai Pan <[email protected]>
    XuehaiPan committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    7cf35d5 View commit details
    Browse the repository at this point in the history
  6. Don't convert int into tf constant

    Signed-off-by: Xuehai Pan <[email protected]>
    XuehaiPan committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    3b3448d View commit details
    Browse the repository at this point in the history
  7. Change dtype in tests to int32

    Signed-off-by: Xuehai Pan <[email protected]>
    XuehaiPan committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    8b6738e View commit details
    Browse the repository at this point in the history
  8. Change dtype for seq_lens to int32

    Signed-off-by: Xuehai Pan <[email protected]>
    XuehaiPan committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    426ff69 View commit details
    Browse the repository at this point in the history