From 83fc37ebfefefe655f05d4d67c7bcf088e4360c3 Mon Sep 17 00:00:00 2001 From: Rhys Goodall Date: Wed, 25 Feb 2026 09:39:36 -0500 Subject: [PATCH 1/2] maint: fix linkcheck issue --- .github/workflows/link-check.yml | 2 +- torch_sim/workflows/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 25a0aa68b..5c521d486 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -17,4 +17,4 @@ jobs: uses: lycheeverse/lychee-action@v2 with: # ignore ipynb links since they're generated on the fly - args: --exclude-path dist --exclude '\.ipynb$' --accept 100..=103,200..=299,403,429,500 -- ./**/*.{md,py,yml,json} + args: --verbose --root . --exclude-path dist --exclude '\.ipynb$' --accept 100..=103,200..=299,403,429,500 -- ./**/*.{md,py,yml,json} diff --git a/torch_sim/workflows/readme.md b/torch_sim/workflows/readme.md index 559f540f3..287a59567 100755 --- a/torch_sim/workflows/readme.md +++ b/torch_sim/workflows/readme.md @@ -4,4 +4,4 @@ TorchSim enables a lot of cool research! We wanted a place where the community t ## Implemented Workflows -As a start, we implemented the A2C method created by [Aykol et al.](https://arxiv.org/abs/2310.01117) and originally [implemented in jax-md](https://github.com/jax-md/jax-md/blob/main/jax_md/a2c/a2c_workflow.py). The [a2c.py](/torch_sim/workflows/a2c.py) file contains many of the core operations in the paper, which are then linked together in the [a2c_silicon.py](/examples/scripts/5_Workflow/5.2_a2c_silicon_batched.py) file. +As a start, we implemented the A2C method created by [Aykol et al.](https://arxiv.org/abs/2310.01117) and originally [implemented in jax-md](https://github.com/jax-md/jax-md/blob/main/jax_md/a2c/a2c_workflow.py). The [a2c.py](/torch_sim/workflows/a2c.py) file contains many of the core operations in the paper, which are then linked together in the [a2c_silicon.py](/examples/scripts/5_workflow.py) file. From b51b0a7c6b25cdd553fa1df65943b63796ea61da Mon Sep 17 00:00:00 2001 From: Rhys Goodall Date: Wed, 25 Feb 2026 09:41:54 -0500 Subject: [PATCH 2/2] oops --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 5c521d486..791adec3c 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -17,4 +17,4 @@ jobs: uses: lycheeverse/lychee-action@v2 with: # ignore ipynb links since they're generated on the fly - args: --verbose --root . --exclude-path dist --exclude '\.ipynb$' --accept 100..=103,200..=299,403,429,500 -- ./**/*.{md,py,yml,json} + args: --verbose --root-dir . --exclude-path dist --exclude '\.ipynb$' --accept 100..=103,200..=299,403,429,500 -- ./**/*.{md,py,yml,json}