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

Support CudaGraph and torch.compile #428

Merged
merged 15 commits into from
Nov 3, 2024
Merged

Support CudaGraph and torch.compile #428

merged 15 commits into from
Nov 3, 2024

Commits on Nov 2, 2024

  1. Add CudaGraphWrapper

    takuseno committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f6de602 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    takuseno committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    5209707 View commit details
    Browse the repository at this point in the history
  3. Fix TD3

    takuseno committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    54443e4 View commit details
    Browse the repository at this point in the history
  4. Fix DiscreteSAC

    takuseno committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    303ed52 View commit details
    Browse the repository at this point in the history
  5. Update torch dependency

    takuseno committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    911d542 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Fix lint error

    takuseno committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ebd4756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc3d1a1 View commit details
    Browse the repository at this point in the history
  3. Workaround DiscreteSAC test

    takuseno committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7820873 View commit details
    Browse the repository at this point in the history
  4. Add compiled property

    takuseno committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0f37065 View commit details
    Browse the repository at this point in the history
  5. Add tests

    takuseno committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    92d4013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c74ce9 View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary change

    takuseno committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    03888be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b41be5a View commit details
    Browse the repository at this point in the history
  9. Support BC

    takuseno committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    c6e6cd4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8df3e46 View commit details
    Browse the repository at this point in the history