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

Update for libtorch 2.0 #1219

Merged
merged 3 commits into from
May 13, 2024
Merged

Update for libtorch 2.0 #1219

merged 3 commits into from
May 13, 2024

Commits on Apr 28, 2024

  1. Update for libtorch 2.0

    PyTorch 2.0 deprecated passing a int-valued mask to masked_fill.
    This change updates one useage in dqn.cc to use bools.
    tacertain committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c07251f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    dfdff28 View commit details
    Browse the repository at this point in the history
  2. Update global_variables.sh

    Use correct URL for Linux and clean up the language in the instructions for what it does.
    tacertain committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f8d7fba View commit details
    Browse the repository at this point in the history