diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 25a0aa68..791adec3 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-dir . --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 559f540f..287a5956 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.