docs: fix Agent Lightning installation link (#7693)

This commit is contained in:
Roger Barreto
2026-08-17 16:49:12 +00:00
committed by GitHub
parent 047ec7eaff
commit 11592495db
+1 -1
View File
@@ -24,7 +24,7 @@ pip install -e ".[lightning,math]"
pip install -e ".[lightning,tau2]"
```
To prepare for RL training, you'll also need to install dependencies like PyTorch, Ray, and vLLM. See the [Agent-lightning setup instructions](https://microsoft.github.io/agent-lightning/stable/tutorials/installation/) for more details.
To prepare for RL training, you'll also need to install dependencies like PyTorch, Ray, and vLLM. See the [Agent-lightning setup instructions](https://microsoft.github.io/agent-lightning/0.3.0/tutorials/installation/) for more details.
## Usage Patterns