Will you release the TorchRL C++ API in the future? Similar to the PyTorch C++ API. We look forward to using the TorchRL C++ API in the future. #45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Claude Code | |
| on: | |
| issue_comment: | |
| types: [created] | |
| issues: | |
| types: [opened] | |
| jobs: | |
| claude-code: | |
| uses: pytorch/test-infra/.github/workflows/_claude-code.yml@main | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| id-token: write | |
| secrets: inherit | |
| with: | |
| setup_script: | | |
| pip install lintrunner==0.12.5 | |
| lintrunner init |